qazbnm456 / dem

Docker Environment Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Environment Manager

Docker Environment Manager enables the ability to change environment smoothly for your Docker server. Project inspired by rvm and dvm. This tool modifies your docker default configuration and restart your docker service to switch between different Docker's storage base, see here for details.

Notice

This tool is still under heavy development.

Installation

  1. Clone this repo.
  2. go install.
  3. Run it with root privilege

Currently only support Ubuntu/Debian

Usage

To create the imgset, do this:

dem create [<imgset>]

Now in any new shell use the installed imgset:

dem use [<imgset>]

If you want to see what imgsets are installed:

dem list

About

Docker Environment Manager

License:Other


Languages

Language:Go 100.0%