关于“Google Cloud Fundamentals: Getting Started with 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

Nitin N. · 已于 over 4 years前审核

very good.

Ajeet S. · 已于 over 4 years前审核

No instructions on how to create the Dockerfile.

Sebastián G. · 已于 over 4 years前审核

Create docker file without guiding, I am completely blocked.

Stefaan B. · 已于 over 4 years前审核

Yogesh N. · 已于 over 4 years前审核

Pascal B. · 已于 over 4 years前审核

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

Ajeet S. · 已于 over 4 years前审核

Roxana-Elena P. · 已于 over 4 years前审核

Rahul N. · 已于 over 4 years前审核

Sangeetha B. · 已于 over 4 years前审核

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

Venkataramanan S. · 已于 over 4 years前审核

Dean N. · 已于 over 4 years前审核

Dominik T. · 已于 over 4 years前审核

It isn't necessary install virtualenv

Stefano S. · 已于 over 4 years前审核

Lukasz Z. · 已于 over 4 years前审核

Maria M. · 已于 over 4 years前审核

Stefano S. · 已于 over 4 years前审核

Stefano S. · 已于 over 4 years前审核

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

Ajeet S. · 已于 over 4 years前审核

Shubham M. · 已于 over 4 years前审核

Stefano S. · 已于 over 4 years前审核

Ilya K. · 已于 over 4 years前审核

Jake H. · 已于 over 4 years前审核

Chandana k. · 已于 over 4 years前审核

Konrad T. · 已于 over 4 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。