8000 GitHub - kalwar/dockerDev: A simple walkthrough of how to setup development environments
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kalwar/dockerDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container Exploration

Project description

A simple walkthough of how to setup development environemnts for couple of projects in different programming languages e.g. (c# and nodejs) using Docker.

Steps

  1. Setup docker-compose.yml file
  2. Create a dockerfile for specific services
  3. To build individual application run docker-compose build nodejs or docker-compose build csharp
  4. To build the all project docker-compose up -d
  5. Push the container to dockerhub

References

Use as a reference materials only.

About

A simple walkthrough of how to setup development environments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0