Container Commands¶
Work in Progress
This page is currently under development.
Overview¶
The container
command group contains all commands related to Docker container operations, including building, pushing to ECR, and managing container images.
Commands¶
container build¶
Build a Docker container image.
Bash | |
---|---|
container push¶
Push a container image to Amazon ECR.
Bash | |
---|---|
container list¶
List container images in a repository.
Bash | |
---|---|
container pull¶
Pull a container image from Amazon ECR.
Bash | |
---|---|
container remove¶
Remove container images locally and/or from ECR.
Bash | |
---|---|
Detailed Documentation¶
Complete documentation for each command will be added in a future update.