From 8504e84e05d7b92a56fedf73bbcda61a06de92f3 Mon Sep 17 00:00:00 2001 From: victor Date: Sat, 15 Feb 2025 22:38:59 +0100 Subject: [PATCH] bless --- compose.yaml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/compose.yaml b/compose.yaml index 6825fb9..e918a41 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,23 +1,22 @@ services: minishell: container_name: "minishell" + # image: qemux/qemu-docker + restart: always build: context: ./minishell dockerfile: Dockerfile - # cap_drop: - # - ALL + cap_drop: + - ALL cap_add: - NET_ADMIN - CHOWN - SETGID - DAC_OVERRIDE - # - FSETID + - FSETID - SETUID - volumes: - - /home/vvobis/sgoinfre/git/personal/website/minishell/alpine/alpine-custom.iso:/boot.iso - # Prevents gaining new privileges devices: - /dev/kvm @@ -25,9 +24,16 @@ services: security_opt: - no-new-privileges - environment: - DISK_SIZE: "1GB" - RAM_SIZE: "500MB" + # volumes: + # - /home/victor/git/website/minishell/linux-minishell/alpine-custom.iso:/boot.iso + + # environment: + # DISK_SIZE: "1GB" + # RAM_SIZE: "500MB" + # ARGUMENTS: "-boot d" + # DEBUG: "1" + # BOOT_MODE: "legacy" + # BOOT: "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-virt-3.21.3-x86_64.iso" # networks: # - website_net