Skip to content

hanschrome/dev-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Develop containers

Docker containers with different stacks to developing purposes.

Getting started

Containers are generated with specific names, so they can easily be connected to manage them easily.

To build all the images, just run make build. The containers are created stopped. You can manage them after building with docker as usual.

Check more make options just running make.

Volumes

The default volume when the container is created is ~/Projects, which will be mounted on the docker container as /home/developer/Projects.

List of containers

  1. dev-angular: Debian with nodejs and Angular CLI globally installed.

About

List of containers for developing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published