Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
/ cli Public archive

Docker build for a container with CLI Tools for OpenStack and Cloud Foundry

License

Notifications You must be signed in to change notification settings

meshcloud/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Meshcloud CLI

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

Usage

Start the container for the first time and attach a shell:

docker run -it --name meshcloud-cli meshcloud/cli

Re-start and attach to an exited instance of the container (the container's file system is preserved):

docker start -ia meshcloud-cli

Get a second shell on the running container:

docker exec -it meshcloud-cli bash

Remove the container:

docker container rm meshcloud-cli

About

Docker build for a container with CLI Tools for OpenStack and Cloud Foundry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published