Docker/Pods: Difference between revisions
From charlesreid1
(Created page with "Docker boats are based on the Docker container analogy: each container holds and runs a service. A boat holds a bunch of containers. So my list of boats is a list of groups of...") |
No edit summary |
||
| Line 6: | Line 6: | ||
* https web server (ssl hello world) | * https web server (ssl hello world) | ||
* mongodb database | * mongodb database | ||
[[Category:Docker]] | |||
[[Category:Boats]] | |||
Revision as of 21:32, 25 March 2017
Docker boats are based on the Docker container analogy: each container holds and runs a service. A boat holds a bunch of containers. So my list of boats is a list of groups of containers that deploy together. Lists out a toolchain for a given project.
Docker/UGR Wifi Boat - building a boat for the UGR wifi project. This includes the following components:
- stunnel SSL wrapper server
- web server (hello world, hold report, access data)
- https web server (ssl hello world)
- mongodb database