Skip to content

Docker related stuff like templates for building images, docker-compose examples, etc.

License

Notifications You must be signed in to change notification settings

ThomasReulen/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local DEV Environments

Overview

This is a collection of Dockefiles for local development containers and a compose file for the definition of your dev containers.

Using this repo

prepare system

clone repo somewhere on your local machine. Create a symlink to the script like this:

(for mac in this case, check docs for linux/windows)

chmod +x _scripts/start.sh
ln -s _scripts/start.sh /usr/bin/startenv

attach to dev environment

You can attach to the developement containers with the start.sh script:

startenv boilerplate

About

Docker related stuff like templates for building images, docker-compose examples, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published