Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanpeng/docker-training-psweb
docker-training-psweb
https://github.com/alanpeng/docker-training-psweb
Last synced: about 2 months ago
JSON representation
docker-training-psweb
- Host: GitHub
- URL: https://github.com/alanpeng/docker-training-psweb
- Owner: alanpeng
- Created: 2020-08-02T12:40:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T15:11:47.000Z (8 months ago)
- Last Synced: 2024-08-05T17:28:03.479Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - alanpeng/docker-training-psweb - docker-training-psweb (JavaScript)
README
# Simple web app for Pluralsight courses and Docker Deep Dive book
This is a quick and dirty node.js app cobbled together for the purposes of demonstrating how to Dockerize/containerize a simple app.**This app is not maintained and WILL be full of vulnerbilities. Use at own risk**
Exposes web server on port 8080 as per ./app.js
See **Dockerfile** for more details