Concetti fondamentali di Google Cloud: introduzione ad App Engine recensioni

194457 recensioni

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. · Recensione inserita oltre 4 anni fa

very good.

Ajeet S. · Recensione inserita oltre 4 anni fa

No instructions on how to create the Dockerfile.

Sebastián G. · Recensione inserita oltre 4 anni fa

Create docker file without guiding, I am completely blocked.

Stefaan B. · Recensione inserita oltre 4 anni fa

Yogesh N. · Recensione inserita oltre 4 anni fa

Pascal B. · Recensione inserita oltre 4 anni fa

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. · Recensione inserita oltre 4 anni fa

Roxana-Elena P. · Recensione inserita oltre 4 anni fa

Rahul N. · Recensione inserita oltre 4 anni fa

Sangeetha B. · Recensione inserita oltre 4 anni fa

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

Venkataramanan S. · Recensione inserita oltre 4 anni fa

Dean N. · Recensione inserita oltre 4 anni fa

Dominik T. · Recensione inserita oltre 4 anni fa

It isn't necessary install virtualenv

Stefano S. · Recensione inserita oltre 4 anni fa

Lukasz Z. · Recensione inserita oltre 4 anni fa

Maria M. · Recensione inserita oltre 4 anni fa

Stefano S. · Recensione inserita oltre 4 anni fa

Stefano S. · Recensione inserita oltre 4 anni fa

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. · Recensione inserita oltre 4 anni fa

Shubham M. · Recensione inserita oltre 4 anni fa

Stefano S. · Recensione inserita oltre 4 anni fa

Ilya K. · Recensione inserita oltre 4 anni fa

Jake H. · Recensione inserita oltre 4 anni fa

Chandana k. · Recensione inserita oltre 4 anni fa

Konrad T. · Recensione inserita oltre 4 anni fa

Non garantiamo che le recensioni pubblicate provengano da consumatori che hanno acquistato o utilizzato i prodotti. Le recensioni non sono verificate da Google.