chore: rename docker/ to podman/

This commit is contained in:
Settel 2022-09-25 17:27:34 +02:00
parent 8ff0b3f9e7
commit d9c73a7929
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
TMUX_SESSION=knowyt
VERSION=v$(shell grep version client/package.json | cut -d\" -f4)
.PHONY: info run-all run-server run-client run-tmux build docker clean
.PHONY: info run-all run-server run-client run-tmux build podman clean
info:
@echo available targets:
@ -48,10 +48,10 @@ build:
echo $(VERSION)
(cd client/ && yarn generate)
$(MAKE) -C server build
$(MAKE) -C docker build save VERSION="$(VERSION)"
$(MAKE) -C podman build save VERSION="$(VERSION)"
docker-run:
$(MAKE) -C docker run
podman-run:
$(MAKE) -C podman run
run-standalone:
$(MAKE) -C server run-standalone

View File

@ -13,7 +13,7 @@ make run-tmux
```
## build docker image
## build podman/docker image
```
make build

View File

@ -17,7 +17,7 @@ stop:
save:
rm -f knowyt-$(VERSION).tar
podman save knowyt:$(VERSION) -o knowyt-$(VERSION).tar
cd .. && ls -lh docker/knowyt-$(VERSION).tar
cd .. && ls -lh podman/knowyt-$(VERSION).tar
clean:
rm -f files/knowyt knowyt-$(VERSION).tar