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
- Host: GitHub
- URL: https://github.com/nas5w/docker-examples
- Owner: nas5w
- Created: 2020-04-04T19:21:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T00:40:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T14:17:02.367Z (9 months ago)
- Language: HTML
- Size: 3 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
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