Fix podman network listing
This commit is contained in:
parent
bf52215985
commit
d0353f54b8
1 changed files with 5 additions and 1 deletions
|
|
@ -177,7 +177,11 @@
|
|||
(use-package docker
|
||||
:bind ("C-c d" . docker)
|
||||
:custom
|
||||
(docker-command "podman"))
|
||||
(docker-command "podman")
|
||||
(docker-network-columns
|
||||
'((:name "Network ID" :width 20 :template "{{ json .ID }}" :sort nil :format nil)
|
||||
(:name "Name" :width 50 :template "{{ json .Name }}" :sort nil :format nil)
|
||||
(:name "Driver" :width 10 :template "{{ json .Driver }}" :sort nil :format nil))))
|
||||
|
||||
(use-package iedit)
|
||||
(use-package wgrep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue