Skip to content

Instantly share code, notes, and snippets.

View BernardMarieOnzo's full-sized avatar

ONZO Bernard-marie BernardMarieOnzo

  • www.41devs.com
  • Nanjing, China
View GitHub Profile
@BernardMarieOnzo
BernardMarieOnzo / memento.md
Created August 28, 2018 01:43 — forked from freuds/memento.md
Commandes de Docker

Commandes de Docker

Commandes de bases

run

La commande run permet d'instancier un container à partir d'une image. Executer une instruction dans un container :

docker run ubuntu:14.04 echo "hello world"

Affiche : hello world