1 changed files with 3 additions and 3 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
|
||||
silent! command DockerBuild :split term://DOCKER_BUILDKIT=1 docker build . |
||||
silent! command DockerDive execute ":split term://dive " . expand("<cword>") |
||||
silent! command DockerRun execute ":split term://docker run -it " . expand("<cword>") |
||||
command! DockerBuild execute ":split term://DOCKER_BUILDKIT=1 docker build ." |
||||
command! DockerDive execute ":split term://dive " . expand("<cword>") |
||||
command! DockerRun execute ":split term://docker run -it " . expand("<cword>") |
||||
|
||||
|
Loading…
Reference in new issue