Last active
August 31, 2018 12:52
-
-
Save Bo-Duke/a8e69f4bb5f2d6e11d29108091724fe9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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