South Green Logo

South Green tutorials pages

Docker For Dummies


This page describes describes the main commands you need in order to use Docker.

Author(s)

Authors Christine Tranchant-Dubreuil
Research Unit UMR DIADE
Institut

Module 1 : Introduction Docker

build

ship

** Docker Trusted Registry ** avec interface (commerciale) –> interface web –> gestion utilisateur avec accès

** Docker Registry open source ** version gratuite sans interface

run

en envt dev ou prod : gestion des dockers

Rq : toutes ces couches s appuient sur le Docker Engine

===> mettre image


Module 2 :

Docker Engine

3 outils

Module 3 : Installation Docker

Docker Engine

Module 4 : Introduction image

Module 5 : Running and Managing containers

Module 6 : Building images

image

3 ways

Committing changes in a container

pas automatisable!

build from a DockerFile

Module 8 : volume

Advanced docker topics