Skip to content

Instantly share code, notes, and snippets.

@Bo-Duke
Last active August 31, 2018 12:52
Show Gist options
  • Select an option

  • Save Bo-Duke/a8e69f4bb5f2d6e11d29108091724fe9 to your computer and use it in GitHub Desktop.

Select an option

Save Bo-Duke/a8e69f4bb5f2d6e11d29108091724fe9 to your computer and use it in GitHub Desktop.
alias dps="docker ps -a --format \"$fg_bold[yellow]{{.Names}}${reset_color}($fg[magenta]{{.ID}}${reset_color}) {{ .Status }}\""
alias dpsl="docker ps -a --format \"table $fg_bold[yellow]{{.Names}}${reset_color}($fg[magenta]{{.ID}}${reset_color})\t$fg[blue]{{ .Image }}\t$fg[blue]{{ .Command }}\t$fg[blue]{{ .RunningFor }}${reset_color}\t$fg_bold[green]{{ .Status }}${reset_color}\t$fg[blue]{{ .Ports }}${reset_color}\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment