Skip to content

Commit e27c758

Browse files
committed
adds lazyinstalls for docker-compose and lazydocker
1 parent f70cde7 commit e27c758

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
alias dc='docker compose'
44

5+
__lazy_install lazydocker
6+
__lazy_install docker-compose
7+
58
function docker_build_mounted_run(){
69
local image="test-$RANDOM"
710
docker build -t "$image" .

0 commit comments

Comments
 (0)