Skip to content

Instantly share code, notes, and snippets.

@fvztdk
Created April 11, 2017 14:50
Show Gist options
  • Save fvztdk/303a79348c267fb6be9ecc4a01ea1d54 to your computer and use it in GitHub Desktop.
Save fvztdk/303a79348c267fb6be9ecc4a01ea1d54 to your computer and use it in GitHub Desktop.
DC/OS logs on command line
#list the containers
dcos task
#get the desired ID and run the next command
dcos task log --follow {ID}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment