Skip to content

andruwa13/rancher-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Rancher Compose for Docker

Docker Stars Docker Pulls ImageLayers Size

This container can be used to run rancher CLI commands.

Quick Start

  • Pass authentication variables to docker using env, e.g.

      docker run --rm -it -e "RANCHER_URL=<your-rancher-server>" -e "RANCHER_ACCESS_KEY=<your-access-key>" -e "RANCHER_SECRET_KEY=<your-secret-key>" \
        -v "$PWD:/workspace" fabn/rancher-cli