Custom docker image Alpine Linux for support SSH and Ansible playbook
305
| Docker Tag | Git Release | OS Version | Size |
|---|---|---|---|
| ssh | ssh | Alpine 3.19 | |
| tool | tool | Alpine 3.19 |
docker run -t -i --rm asapdotid/alpine:${version} bash
docker system prune --all --force --volumes
| Variable | Description |
|---|---|
| SSH_HOST_TARGET | host target IP or domain (server) |
| SSH_PRIVATE_KEY | ssh key (private) base64 encode |
| SSH_PUBLIC_KEY | ssh key (public) base64 encode |
docker run -it --rm \
-e SSH_HOST_TARGET='127.0.0.1' \
-e SSH_PRIVATE_KEY='__private_key_base64_encode__' \
-e SSH_PUBLIC_KEY='__public_key_base64_encode__' \
asapdotid/alpine:tools
base64 decode -dbase64 decode -dLogLevel ERRORMIT / BSD
This role was created in 2022 by Asapdotid.
Content type
Image
Digest
sha256:47a44508c…
Size
159.5 MB
Last updated
almost 3 years ago
docker pull asapdotid/alpine:tool