Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 444 Bytes

Multi-Container SSH Server Pipeline

  1. Pass image_name, port, ssh_host, ssh_port, ssh_user, ssh_password
  2. SSH to ssh_host:ssh_port as ssh_user with ssh_password
  3. Pulls the new image from the registry.
  4. It finds running container with that image_name, of any version
  5. If found, it stops that container.
  6. Cleans up loose containers
  7. Runs new image at port specified
  8. Cleans up loose images
  9. Disconnects SSH