Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 435 Bytes

rancher-cli in a container

Simple Alpine container with rancher-cli.

Example usage

# Run rancher cli with special docker-compose file
docker run --rm -v $PWD:/data \
        -e RANCHER_URL=<rancher server url> \
        -e RANCHER_ACCESS_KEY=<rancher access key> \
        -e RANCHER_SECRET_KEY=<rancher secret key> \
        weahead/rancher-cli:0.6.3 up -f docker-compose.production.yml

License

X11