enable spampd

This commit is contained in:
andreas
2023-10-25 14:25:07 +00:00
parent f20896e21c
commit a23a9438f6
8 changed files with 59 additions and 13 deletions

12
spampd/scratchpad.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/bash
# export DOCKER_BUILDKIT=1
# docker run -d --name apache -p80:80 -v/root/kopano/dist:/var/www httpd
docker rm spampd
docker build -t spampd .
docker run -it --rm --name spampd spampd
docker logs -f spampd
docker exec -it spampd sh
docker container prune -f
docker kill spampd
docker rm spampd