From cdae8f7859d39dc7b5606a1b94c85fad5aa42b83 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 25 Jan 2024 15:08:17 +0300 Subject: [PATCH] Container : Attach home as rw. --- .config/bash/module/Container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/Container.sh b/.config/bash/module/Container.sh index a3f2b64..7d0c42c 100644 --- a/.config/bash/module/Container.sh +++ b/.config/bash/module/Container.sh @@ -17,7 +17,7 @@ function ca() { -h "${name}" --name "${name}" \ --workdir /data \ -v ${PWD}:/data \ - -v ${HOME}:/root:ro \ + -v ${HOME}:/root \ debian:latest bash -c bash &> /dev/null # Attempt to start container.