WARNING: this project is deprecated. Now I am use dcape for this purposes.
Docker container manager (Fig Inspired Docker Manager).
This program used with Docker for
-
build containers and name them via configured vars
-
run a bunch of containers (linked, connected, host-wide)
There is a general usage example - ConSup project.
FIDM is a bash script. You can download it into $PATH directory and set execute permission or just run the following command:
wget -qO- https://raw.githubusercontent.com/LeKovr/fidm/master/install.sh | sh
-
Create fidm config file (generate draft with fidm init or use eg/fidm_rus.yml for example)
-
Edit it for your needs
-
Run `fidm start'
There are some examples in ConSup project