cloudshell env

Jmnote (토론 | 기여)님의 2024년 3월 26일 (화) 17:26 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

cloudshell env
$ cloudshell env
usage: cloudshell env [-h] {help,run,push,build-local,get-image-name,create-custom-image} ...
cloudshell env: error: the following arguments are required: command
$ cloudshell env -h
usage: cloudshell env [-h] {help,run,push,build-local,get-image-name,create-custom-image} ...

positional arguments:
  {help,run,push,build-local,get-image-name,create-custom-image}
                        Commands
    help                shows this message.
    run                 Runs the local custom Cloud Shell environment. Environment must have been built in this session via the build-local command.
    push                Pushes the local custom Cloud Shell environment to Google Container Registry.Environment must have been built in this session via the build-local command.
    build-local         Builds a custom Cloud Shell environment locally from a Dockerfile in the current directory
    get-image-name      Retrieves the backing image name for a custom Cloud Shell environment built in this session.
    create-custom-image
                        Creates a custom image in the current active project. This creates a number of resources in that project: 1) A git repository hosted on Cloud Source Repositories containing a Dockerfile.2) Cloud Build triggers to
                        automatically build the repo into a Docker image on every change to the repo and to the Cloud Shell base image.3) An initial Docker image built from the Dockerfile in the git repository.

optional arguments:
  -h, --help            show this help message and exit

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}