Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

GLOSSARY USEFUL ONE-LINERS DOCKER CLEANUP DOCKER COMPOSE SYNTAX

Layer COMMANDS
A set of read-only files to provision
the system.

Image
A read-only layer that is the base of
your container. Might have a parent
image.

Container
A runnable instance of the image.

Registery / Hub DOCKER MACHINE


Central place where images live.
COMMANDS
Docker machine
A VM to run Docker containers (Linux
does this natively).

Docker compose
A utility to run multiple containers as
a system.
INTERACTING WITH A
CONTAINER
Container: my-container docker start my-container docker logs -ft my-container

Image: tomcat:8.0.29-jre8 Processes Logs


Parent image: java:8-jre java -jar tomcat.jar

Parent image: buildpack-deps:jessie-curl


command.sh

Note: this container might run inside docker-machine

LEARN HOW JREBEL AND XREBEL TRANSFORM


docker exec -ti my-container command.sh ENTERPRISE SOFTWARE DEVELOPMENT.
Try for free at jrebel.com

www.jrebel.com

You might also like