Skip to content

Instantly share code, notes, and snippets.

@mojoblanco
Last active August 5, 2018 19:36
Show Gist options
  • Save mojoblanco/b66ee3717a20830b5ac6f7f798897895 to your computer and use it in GitHub Desktop.
Save mojoblanco/b66ee3717a20830b5ac6f7f798897895 to your computer and use it in GitHub Desktop.
Docker commands

Docker commands

Rename container

docker rename [old_name] [new_name]

Get container environment variables

docker exec [container] env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment