Google Cloud の基礎: App Engine を使ってみる のレビュー

194457 件のレビュー

Lab timing is not sufficient. Given time only permits copy paste of commands with giving chance to understand and validate what actually is happening.... Please increase time for this LAB. In my first attempt project was not set. I have lost few mins to understand and resolve the issue

Nangare Nitin · 4年以上前にレビュー済み

very good.

Singh Ajeet · 4年以上前にレビュー済み

No instructions on how to create the Dockerfile.

Gutiérrez Sebastián · 4年以上前にレビュー済み

Create docker file without guiding, I am completely blocked.

Boes Stefaan · 4年以上前にレビュー済み

Naik Yogesh · 4年以上前にレビュー済み

Bouwmann Pascal · 4年以上前にレビュー済み

instructions not given properly Task 2: Run Hello World application locally In this task, you run the Hello World application in a local, virtual environment in Cloud Shell. Ensure that you are at the Cloud Shell command prompt. Create a Dockerfile with the following content. FROM python:3.7 WORKDIR /app COPY . . RUN pip install gunicorn RUN pip install -r requirements.txt ENV PORT=8080 CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app Copied! The Dockerfile will be used to create a local image . Build a container image to run a Python virtual environment. docker build -t test-python . Copied! Run the application: docker run --rm -p 8080:8080 test-python Copied! pl

Singh Ajeet · 4年以上前にレビュー済み

Pepel Roxana-Elena · 4年以上前にレビュー済み

Nashikkar Rahul · 4年以上前にレビュー済み

Bhatter Sangeetha · 4年以上前にレビュー済み

The section FROM python:3.7 didn't work for me

Subramanian Venkataramanan · 4年以上前にレビュー済み

Nadel Dean · 4年以上前にレビュー済み

Tyszownicki Dominik · 4年以上前にレビュー済み

It isn't necessary install virtualenv

Silvello Stefano · 4年以上前にレビュー済み

Zielinski Lukasz · 4年以上前にレビュー済み

Mucha Maria · 4年以上前にレビュー済み

Silvello Stefano · 4年以上前にレビュー済み

Silvello Stefano · 4年以上前にレビュー済み

instructions not given properly Task 2: Run Hello World application locally In this task, you run the Hello World application in a local, virtual environment in Cloud Shell. Ensure that you are at the Cloud Shell command prompt. Create a Dockerfile with the following content. FROM python:3.7 WORKDIR /app COPY . . RUN pip install gunicorn RUN pip install -r requirements.txt ENV PORT=8080 CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app Copied! The Dockerfile will be used to create a local image . Build a container image to run a Python virtual environment. docker build -t test-python . Copied! Run the application: docker run --rm -p 8080:8080 test-python Copied! pl

Singh Ajeet · 4年以上前にレビュー済み

Modi Shubham · 4年以上前にレビュー済み

Silvello Stefano · 4年以上前にレビュー済み

Kanterman Ilya · 4年以上前にレビュー済み

Houston Jake · 4年以上前にレビュー済み

keerthi Chandana · 4年以上前にレビュー済み

Tupta Konrad · 4年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。