Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 487 Bytes

ssh-client

SSH client image mostly for CI/CD

Links

Building Commands

  • docker build --progress=plain -t docker.io/wmit/ssh-client:latest-alpine .
  • docker run -it --entrypoint=/bin/sh docker.io/wmit/ssh-client:latest-alpine
  • docker run --rm -it docker.io/wmit/ssh-client:latest-alpine /bin/sh
  • docker push docker.io/wmit/ssh-client:latest-alpine