Template:DockerFlag: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|text=notes on the virtual microservice container platform | |text=notes on the virtual microservice container platform | ||
[[Docker]] | |||
[[ | |||
Installing the docker platform: [[Docker/Installing]] | Installing the docker platform: [[Docker/Installing]] | ||
Docker Hello World: [[Docker/Hello World]] | |||
| Line 18: | Line 19: | ||
Creating docker containers with dockerfiles: [[Docker/Dockerfiles]] | Creating docker containers with dockerfiles: [[Docker/Dockerfiles]] | ||
Managing Dockerfiles using git: [[Docker/Dockerfiles/Git]] | |||
Setting up Python virtualenv in container: [[Docker/Virtualenv]] | |||
'''Docker | |||
'''Running Docker Containers:''' | |||
Running docker containers: [[Docker/Basics]] | Running docker containers: [[Docker/Basics]] | ||
| Line 26: | Line 30: | ||
Dealing with volumes in Docker images: [[Docker/Volumes]] | Dealing with volumes in Docker images: [[Docker/Volumes]] | ||
Removing Docker images: [[Docker/Removing Images]] | |||
Rsync Docker Container: [[Docker/Rsync]] | |||
'''Networking with Docker Containers:''' | |||
[[Docker/Networking]] | |||
| Line 41: | Line 50: | ||
[[Category:Docker]] | |||
{{DockerPodsFlag}} | |||
Latest revision as of 17:20, 29 March 2019
|
|
docker notes on the virtual microservice container platform
Installing the docker platform: Docker/Installing Docker Hello World: Docker/Hello World
Creating Docker Containers: Getting docker containers from docker hub: Docker/Dockerhub Creating docker containers with dockerfiles: Docker/Dockerfiles Managing Dockerfiles using git: Docker/Dockerfiles/Git Setting up Python virtualenv in container: Docker/Virtualenv
Running docker containers: Docker/Basics Dealing with volumes in Docker images: Docker/Volumes Removing Docker images: Docker/Removing Images Rsync Docker Container: Docker/Rsync
Networking with Docker Containers:
|
|
|
docker pods pods are groups of docker containers that travel together
Docker pods are collections of Docker containers that are intended to run in concert for various applications.
Wireless Sensor Data Acquisition Pod The wireless sensor data acquisition pod deploys containers This pod uses the following technologies: Stunnel · Rsync · Apache · MongoDB · Python · Jupyter (numerical Python stack)
Deep Learning Pod This pod utilizes the following technologies: Python · Sklearn · Jupyter (numerical Python stack) · Keras · TensorFlow
|