Opiniones sobre Google Cloud Fundamentals: Cómo comenzar a usar App Engine

194457 opiniones

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. · Se revisó hace más de 4 años

very good.

Ajeet S. · Se revisó hace más de 4 años

No instructions on how to create the Dockerfile.

Sebastián G. · Se revisó hace más de 4 años

Create docker file without guiding, I am completely blocked.

Stefaan B. · Se revisó hace más de 4 años

Yogesh N. · Se revisó hace más de 4 años

Pascal B. · Se revisó hace más de 4 años

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. · Se revisó hace más de 4 años

Roxana-Elena P. · Se revisó hace más de 4 años

Rahul N. · Se revisó hace más de 4 años

Sangeetha B. · Se revisó hace más de 4 años

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

Venkataramanan S. · Se revisó hace más de 4 años

Dean N. · Se revisó hace más de 4 años

Dominik T. · Se revisó hace más de 4 años

It isn't necessary install virtualenv

Stefano S. · Se revisó hace más de 4 años

Lukasz Z. · Se revisó hace más de 4 años

Maria M. · Se revisó hace más de 4 años

Stefano S. · Se revisó hace más de 4 años

Stefano S. · Se revisó hace más de 4 años

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. · Se revisó hace más de 4 años

Shubham M. · Se revisó hace más de 4 años

Stefano S. · Se revisó hace más de 4 años

Ilya K. · Se revisó hace más de 4 años

Jake H. · Se revisó hace más de 4 años

Chandana k. · Se revisó hace más de 4 años

Konrad T. · Se revisó hace más de 4 años

No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.