Installationยถ

1. Install Python >= 3.6 and Dockerยถ

On Ubuntu/Debian/Kali Linux:

apt-get install python3.6 docker

On Centos/Fedora/Redhat Linux:

yum install python3.6 docker

On Windows, I recommend using the legacy docker-toolbox: https://docs.docker.com/toolbox/toolbox_install_windows/

Docker Toolbox works on all versions of Windows from Windows 7 to 10, and wonโ€™t cause conflicts if you also want to run VMs on VMWare or VirtualBox without having to reboot.

2. Install DockEnvยถ

From Pypi:

pip install dockenv-cli

Or, From source:

git clone git@github.com:pathtofile/dockenv.git
pip install ./dockenv