Skip to content

crazy-max/test-docker-devenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Dev Environments

GitHub latest commit


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

About

Docker Dev Environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 58.6%
  • Shell 41.4%