yasinuslu / docker-intro-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Introduction Demo

You can find following demos in this repository:

1-hello-world

A simple container that can serve web content using serve package. nginx would be a better choice for serving static content but this demo focuses on JavaScript.

2-node-server

A simple node server that acts as a key-value database and writes data to a json file.

3-docker-compose-server-frontend

Provides a development environment (can be turned into a production environment with few changes) that runs an API, UI and a Database.

About


Languages

Language:JavaScript 82.5%Language:HTML 12.2%Language:Dockerfile 5.3%