added build & push

This commit is contained in:
andreas
2023-04-09 20:48:49 +00:00
parent 820d8f71d7
commit e7ef8f4496
23 changed files with 100 additions and 427 deletions

17
z-push/scratchpad.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/bash
# export DOCKER_BUILDKIT=1
docker run -d --rm --name www -p80:80 -v/root/kopano-docker/dist:/usr/local/apache2/htdocs httpd
docker build --no-cache --progress=plain -t z-push .
docker build -t z-push .
docker run --rm -it --name z-push -p8081:80 z-push bash
docker logs -f z-push
docker exec -it z-push bash
docker run --rm -it ubuntu:20.04
docker kill z-push
docker rm z-push
docker container ls
docker container prune
docker image ls
docker image prune -a -f