diff --git a/dot_bashrc.d/executable_08.alias.tmpl b/dot_bashrc.d/executable_08.alias.tmpl index 37046c5..8e661a6 100644 --- a/dot_bashrc.d/executable_08.alias.tmpl +++ b/dot_bashrc.d/executable_08.alias.tmpl @@ -89,7 +89,7 @@ fi # docker aliases if docker is available if [ -x /usr/bin/docker ]; then - alias dps='docker ps --format "table {{.Image}}\t{{.Status}}\t{{.Names}}\t{{.CreatedAt}}"' + alias dps='docker ps --format "table {{ "{{.Image}}" }}\t{{ "{{.Status}}" }}\t{{ "{{.Names}}" }}\t{{ "{{.CreatedAt}}" }}"' alias dcu='docker compose up -d ' alias dcd='docker compose down ' alias dcl='docker logs -f '