An open API service indexing awesome lists of open source software.

https://github.com/kalwar/dockerdev

A simple walkthrough of how to setup development environments
https://github.com/kalwar/dockerdev

csharp docker docker-compose nodejs simple-app

Last synced: about 2 months ago
JSON representation

A simple walkthrough of how to setup development environments

Awesome Lists containing this project

README

          

# 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.