Dernière activité 1728564616

jh's Avatar jh a révisé ce gist 1728564616. Aller à la révision

1 file changed, 7 insertions

docker-compose.yml(fichier créé)

@@ -0,0 +1,7 @@
1 + services:
2 + cftest:
3 + image: gitea.uuid.rocks/geobox/debian:12-slim
4 + init: true
5 + command: bash -c "trap 'echo STOPPING; sleep 3' SIGINT SIGQUIT SIGHUP SIGTERM; sleep infinity & wait"
6 + stdin_open: true # docker run -i
7 + tty: true # docker run -t
Plus récent Plus ancien