From charlesreid1

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
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 pods are based on the Docker container analogy: each container holds and runs a service. A pod holds a bunch of containers. So my list of pods is a list of groups of containers that deploy together, and form a toolchain for a given project.


Here is a link to more information about how to install Docker containers/images from Dockerhub: [[Docker/Dockerhub]]
Here is a link to more information about how to install Docker containers/images from Dockerhub: [[Docker/Dockerhub]]


[[Docker/UGR Wifi Boat]] - building a boat for the UGR wifi project. This includes the following components:
[[Docker/Pods/Wifi]] - building a pod for the UGR wifi project. This includes the following components:
* stunnel SSL wrapper server
* stunnel SSL wrapper server
* web server (hello world, hold report, access data)
* web server (database, reports, access data)
* rsync server
* https web server (ssl hello world)
* https web server (ssl hello world)
* mongodb database
* mongodb database
* mongoexpress web interface for mongodb


[[Docker/Pods/Deep Learning]] - a pod for deep learning and neural networks
* Python
* Sklearn
* Jupyter (numerical Python stack)
* Keras
* TensorFlow


(Note: the Deep Learning pod has been obviated by the Jupyter project's Docker stacks: https://github.com/jupyter/docker-stacks


=Flags=
=Flags=

Latest revision as of 17:21, 10 October 2017

Docker pods are based on the Docker container analogy: each container holds and runs a service. A pod holds a bunch of containers. So my list of pods is a list of groups of containers that deploy together, and form a toolchain for a given project.

Here is a link to more information about how to install Docker containers/images from Dockerhub: Docker/Dockerhub

Docker/Pods/Wifi - building a pod for the UGR wifi project. This includes the following components:

  • stunnel SSL wrapper server
  • web server (database, reports, access data)
  • rsync server
  • https web server (ssl hello world)
  • mongodb database
  • mongoexpress web interface for mongodb

Docker/Pods/Deep Learning - a pod for deep learning and neural networks

  • Python
  • Sklearn
  • Jupyter (numerical Python stack)
  • Keras
  • TensorFlow

(Note: the Deep Learning pod has been obviated by the Jupyter project's Docker stacks: https://github.com/jupyter/docker-stacks

Flags