Container : Attach home as rw.

This commit is contained in:
Dmitry Voronin 2024-01-25 15:08:17 +03:00
parent 85055e2e17
commit cdae8f7859

View file

@ -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.