This repo is to quickly create ephemeral Docker based Development environments with everything that you may require.
If you need a customised environment, please fork this repo, customise as you wish and update the relevant script locations to your repo.
- Docker (install instructions)
- Curl (
apt-get install curl
) - JQ (
apt-get install jq
)
In your console, run the following commands:
Note: This has only been made for use in Debian/Ubuntu based systems currently.
curl:
curl -s https://raw.githubusercontent.com/modem7/docker-devenv/master/devmenu.sh > /tmp/devmenu.sh && bash /tmp/devmenu.sh
If you use SSH to your Docker server via Windows Terminal/Powershell:
ssh -t user@ip "curl -sk https://raw.githubusercontent.com/modem7/docker-devenv/master/devmenu.sh > /tmp/devmenu.sh && bash /tmp/devmenu.sh"
Choose the appropriate option to generate your dev environment.