Deploying A Container
Upswift enables you to deploy containers using the Updates tools.
In the Update Flow page open the Deploy Container block.
Connecting a Private Registry
Integrating Docker Hub Private RepositoryIntegrating AWS ECRIntegrating Other Private Container RegistriesContainer Deployment Configurations
Repository Name - The name of the repository (image name without the tag).
Image Tag - The tag of the image.
Add Run Flags - You can add as many flags as you want. These are the same flags used in the
docker run
command.Docker Run COMMAND - The command to run in the container. For example: in the following cli deployment
docker run alpine:latest echo hello world
the COMMAND will beecho hello world
Delete Previous Used Image - If checked the current image will be deleted after the new container was deployed.
Last updated