리뷰 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
Nitin N. · 4년 초과 전에 리뷰됨
very good.
Ajeet S. · 4년 초과 전에 리뷰됨
No instructions on how to create the Dockerfile.
Sebastián G. · 4년 초과 전에 리뷰됨
Create docker file without guiding, I am completely blocked.
Stefaan B. · 4년 초과 전에 리뷰됨
Yogesh N. · 4년 초과 전에 리뷰됨
Pascal B. · 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
Ajeet S. · 4년 초과 전에 리뷰됨
Roxana-Elena P. · 4년 초과 전에 리뷰됨
Rahul N. · 4년 초과 전에 리뷰됨
Sangeetha B. · 4년 초과 전에 리뷰됨
The section FROM python:3.7 didn't work for me
Venkataramanan S. · 4년 초과 전에 리뷰됨
Dean N. · 4년 초과 전에 리뷰됨
Dominik T. · 4년 초과 전에 리뷰됨
It isn't necessary install virtualenv
Stefano S. · 4년 초과 전에 리뷰됨
Lukasz Z. · 4년 초과 전에 리뷰됨
Maria M. · 4년 초과 전에 리뷰됨
Stefano S. · 4년 초과 전에 리뷰됨
Stefano S. · 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
Ajeet S. · 4년 초과 전에 리뷰됨
Shubham M. · 4년 초과 전에 리뷰됨
Stefano S. · 4년 초과 전에 리뷰됨
Ilya K. · 4년 초과 전에 리뷰됨
Jake H. · 4년 초과 전에 리뷰됨
Chandana k. · 4년 초과 전에 리뷰됨
Konrad T. · 4년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.