<html> <?xml version=“1.0” standalone=“yes”?>
</html>
aufs (advanced multi layered unification filesystem)
<html> <?xml version=“1.0” encoding=“UTF-8” standalone=“no”?>
</html>
Commercial company behind Docker.
Docker Engine runs on Linux to create the operating environment for your distributed applications.
Persistent Linux service that manages containers in the system.
Utilises Docker API to talk with the daemon.
Automate Docker provisioning. Sets up docker or different systems (cloud, mac, windows)
Docker Registry is an open source application dedicated to the storage and distribution of your Docker images.
Docker Compose allows you to define your multi-container application with all of its dependencies in a single file, then spin your application up in a single command.
Docker Swarm provides native clustering capabilities to turn a group of Docker engines into a single, virtual Docker Engine.
Build and run containers through a simple, yet powerful graphical user interface (GUI).
Docker Datacenter brings container management and deployment services to enterprises with a production-ready platform supported by Docker and hosted locally behind the firewall
A hosted service for Docker container management and deployment.
Docker Hub is a cloud hosted service from Docker that provides registry capabilities for public and private content.
Installer for Docker tools on Windows and Mac.
Minimalistic Linux distribution used to run Docker on Windows and Mac.
Instance of the image.
The concept is borrowed from Shipping Containers, which define a standard to ship goods globally. Docker defines a standard to ship software.
docker-machine env
docker run hello-world
docker run -d hello-world
docker run -d –name HELLO hello-world
docker ps
docker ps -a
docker run -d -p 8000:80 –name dokuwiki istepanov/dokuwiki:2.0
docker images
docker build -t maciejkucia/myapplication .
See “Dockerize an application” examples (https://docs.docker.com/engine/examples/)
Learn about:
Explore Docker Hub (https://hub.docker.com/)
https://docs.docker.com/engine/reference/glossary/ http://developerblog.redhat.com/2016/01/13/a-practical-introduction-to-docker-container-terminology/
https://en.wikipedia.org/wiki/Docker_(software) https://en.wikipedia.org/wiki/Aufs https://docs.docker.com/engine/understanding-docker/ https://www.ibm.com/support/knowledgecenter/SS3MQL_1.1.0/manage_services/docker_concepts.dita