Template
1
0

Trying to replace docker with buildah + podman

This commit is contained in:
Azer Abdullaev 2021-02-03 15:27:14 +01:00
parent ded950d345
commit c975883412

View File

@ -1,7 +1,7 @@
all: build deploy update
all: build
build: Makefile
docker build -t dummy:latest .
buildah bud -t dummy:latest .
deploy:
docker service ps -q dummy || docker service create \