Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 800 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 800 Bytes

dewya

Docker Env Wrapper (Yet Another)

This is wrapper for docker client. With this wrapper you can select one of your dockers from preconfigured list placed in ~/.dewya configuration file.

Example config:

[dockers]
localhost=tcp://127.0.0.1:2375
google-cloud=ssh://some-host
company-network=tcp://some-other-host:2375

It's really helpful if you have a bunch (not too big, actually) of docker servers somewhere.

Current implementation making a lot of assumptions about environment which is based on MacOS X with homebrew-installed docker clients.

Wrapper needs only python (tested with 2.7.10 and 3.5.0), config file and homebrew-installed docker clients.

Just create configuration file, place this wrapper at some directory in front of your PATH (~/bin for example) and have fun.