https://github.com/jeremylikness/devnexus-containers
Simple example walkthrough of Docker containers and compose
https://github.com/jeremylikness/devnexus-containers
Last synced: 2 months ago
JSON representation
Simple example walkthrough of Docker containers and compose
- Host: GitHub
- URL: https://github.com/jeremylikness/devnexus-containers
- Owner: JeremyLikness
- License: mit
- Created: 2018-02-23T19:58:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T19:58:43.000Z (about 7 years ago)
- Last Synced: 2025-01-14T03:13:53.349Z (4 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevNexus Containers
This is the code from a talk I presented at DevNexus in 2018 titled, "Docker Management
and Orchestration."Run a browser that is almost three decades old:
[Lynx](./000-lynx/README.md)
Build a virtual machine based on the [Z-Machine specification](https://en.wikipedia.org/wiki/Z-machine) using Go and play
a game of [Zork](https://en.wikipedia.org/wiki/Zork).[Zork](./001-zork/README.md)
Create an ultra-slim (1 megabyte) image that contains a webserver and serves a custom web page.
[Tiny Web](./002-tinyweb/README.md)
Compose a multi-component app with a web service and API backend that renders 3D JavaScript graphics.
[Compose](./003-compose/README.md)