Dockerized, Debian slim based latest version of cli53
846
This is a dockerized version of barnybug's cli53 - Command line tool for Amazon Route 53. Please check https://github.com/barnybug/cli53 on how to use this.
This image uses the latest release of cli53.
There are two versions available. One debian:slim based and on alpine:latest based version. Both are as minimal as possible.
My use case is to use it in RancherOS, where everything is a container. To simulate "normal" usage, you can do something ike this:
echo 'docker run --rm mminks/cli53 "$@"' > /usr/local/bin/cli53
chmod +x /usr/local/bin/cli53
Dockerfile linksContent type
Image
Digest
Size
11.4 MB
Last updated
over 6 years ago
docker pull mminks/cli53