Google Cloud Fundamentals: Getting Started with App Engine Reviews

194457 reviews

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. · Reviewed מעל 4 שנים ago

very good.

Ajeet S. · Reviewed מעל 4 שנים ago

No instructions on how to create the Dockerfile.

Sebastián G. · Reviewed מעל 4 שנים ago

Create docker file without guiding, I am completely blocked.

Stefaan B. · Reviewed מעל 4 שנים ago

Yogesh N. · Reviewed מעל 4 שנים ago

Pascal B. · Reviewed מעל 4 שנים ago

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. · Reviewed מעל 4 שנים ago

Roxana-Elena P. · Reviewed מעל 4 שנים ago

Rahul N. · Reviewed מעל 4 שנים ago

Sangeetha B. · Reviewed מעל 4 שנים ago

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

Venkataramanan S. · Reviewed מעל 4 שנים ago

Dean N. · Reviewed מעל 4 שנים ago

Dominik T. · Reviewed מעל 4 שנים ago

It isn't necessary install virtualenv

Stefano S. · Reviewed מעל 4 שנים ago

Lukasz Z. · Reviewed מעל 4 שנים ago

Maria M. · Reviewed מעל 4 שנים ago

Stefano S. · Reviewed מעל 4 שנים ago

Stefano S. · Reviewed מעל 4 שנים ago

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. · Reviewed מעל 4 שנים ago

Shubham M. · Reviewed מעל 4 שנים ago

Stefano S. · Reviewed מעל 4 שנים ago

Ilya K. · Reviewed מעל 4 שנים ago

Jake H. · Reviewed מעל 4 שנים ago

Chandana k. · Reviewed מעל 4 שנים ago

Konrad T. · Reviewed מעל 4 שנים ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.