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
@freuds
freuds / memento.md
Last active November 18, 2022 20:37
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