Docker build for a container with CLI Tools for OpenStack and Cloud Foundry. Perfect tool for devops teams that want to keep their workstations pristine and dockerize all the things.
Contains CLI tools for all platforms supported by meshcloud.io.
Tools:
- OpenStack CLI
- OpenStack project CLIs (Neutron, Nova, Cinder, Glance, Swift)
- Cloud Foundry CLI
Start the container for the first time and attach a shell:
docker run -it --name meshcloud-cli meshcloud/cliRe-start and attach to an exited instance of the container (the container's file system is preserved):
docker start -ia meshcloud-cliGet a second shell on the running container:
docker exec -it meshcloud-cli bashRemove the container:
docker container rm meshcloud-cli