feat(docker): add NAMES IMAGE STATUS

socialize-db-1        postgres:16                                                                          Up 4 minutes (healthy)
socialize-web-1       git.mapachotes.com/jbourdon/socialize-web:4eb0fbc22bf21ac05e06de59e81b19eb69d0f1b8   Up About an hour
socialize-api-1       git.mapachotes.com/jbourdon/socialize-api:4eb0fbc22bf21ac05e06de59e81b19eb69d0f1b8   Up 57 minutes
gitea-runner          gitea/act_runner:latest                                                              Up 23 hours
space-game-postgres   49767d69e574                                                                         Exited (255) 3 weeks ago
postgres              postgres:latest                                                                      Created
TRAKQR_POSTGRES       postgres:latest                                                                      Exited (255) 3 weeks ago
gitea                 docker.gitea.com/gitea:1.25.2                                                        Up 23 hours
gitea-db              postgres:14                                                                          Up 3 weeks for more compact view
This commit is contained in:
2026-05-06 21:19:29 -04:00
parent f7620ab2c7
commit 224eb3d645

View File

@@ -118,6 +118,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias dps='docker ps -a --format "table {{.Names}}\t{{.Image}}\t{{.Status}}"'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh