Viktor Grahn 4 лет назад
Родитель
Сommit
567f2f6fb4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .zshrc.alias

+ 1 - 0
.zshrc.alias

@@ -1,2 +1,3 @@
 # alias dnsRestart="docker stop nm_dnsmasq; docker rm nm_dnsmasq; docker run --name nm_dnsmasq -d -p 127.0.0.1:53:53/udp nm_dnsmasq"
 # alias dnsRestart="docker stop nm_dnsmasq; docker rm nm_dnsmasq; docker run --name nm_dnsmasq -d -p 127.0.0.1:53:53/udp nm_dnsmasq"
 alias ctrlc="xclip -selection clipboard"
 alias ctrlc="xclip -selection clipboard"
+alias dps="docker ps --format 'table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Ports}}'"