- Pass
image_name
,port
,ssh_host
,ssh_port
,ssh_user
,ssh_password
- SSH to
ssh_host
:ssh_port
asssh_user
withssh_password
- Pulls the new image from the registry.
- It finds running container with that image_name, of any version
- If found, it stops that container.
- Cleans up loose containers
- Runs new image at port specified
- Cleans up loose images
- Disconnects SSH