Skip to content

Instantly share code, notes, and snippets.

@dzc34
Created July 23, 2016 23:29
Show Gist options
  • Save dzc34/18a5de3ca0dc507bbd698a0fbae61747 to your computer and use it in GitHub Desktop.
Save dzc34/18a5de3ca0dc507bbd698a0fbae61747 to your computer and use it in GitHub Desktop.
Docker - Ouvrir un shell dans un conteneur
# ouvrir un shell dans un conteneur
docker exec -ti <container_id> /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment