Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Created February 22, 2018 13:30
Show Gist options
  • Save julianobailao/57056128eba424886a3ca0d315f11a3e to your computer and use it in GitHub Desktop.
Save julianobailao/57056128eba424886a3ca0d315f11a3e to your computer and use it in GitHub Desktop.
Executar bash em um container em execução no docker
docker exec -i -t CONTAINER /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment