Skip to content

modem7/docker-devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Dev Environments

GitHub latest commit

"Buy Me A Coffee"


Purpose

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.


Requirements


Environments


Usage

Download and run script:

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.


Screenshot

image