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

https://github.com/nas5w/docker-examples

Practice with docker
https://github.com/nas5w/docker-examples

Last synced: 7 months ago
JSON representation

Practice with docker

Awesome Lists containing this project

README

          

# Docker Practice

Some Docker configurations associated with the following scenarios:

## Done

- React app served by nginx ([react-nginx](./react-nginx))
- Node server ([node-server](./node-server))
- React app + node backend, served by node ([react-served-by-node](./react-served-by-node))
- React app + node backend, separate processes ([react-node-separate](./react-node-separate))

## Todo

- React/node separate + database