Command: docker
Syntax
Description
Thephala docker
command is used to your Docker images. Using this tool is optional, and it is okay to use the native docker CLI instead.
Examples
- Display help
- Login to Docker
Note that the login will use the existing docker login session and will not require another login attempt.
- Build a Dockerfile
Note: During the build process, the logs of the build will be output to a file in the root directory of your project in the .phala-cloud/logs/
folder.
- Push Docker Image to Docker Hub
- Generate a Basic Docker Compose File