Skip to content

Bootstrapping applications with Docker to keep the host clean

Notifications You must be signed in to change notification settings

yanyi/docker-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Bootstrap

Docker Bootstrap enables a developer to make use of Docker to bootstrap applications with Dockerfiles and docker-compose to keep their local computer clean.

Generally, the concept is using a Dockerfile to create a Docker image with the minimum amount of dependencies needed to bootstrap a new application for local development.

After building the Docker image, the Docker image can then be used for using with docker-compose to run commands or even bring up a service (using up).

About

Bootstrapping applications with Docker to keep the host clean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published