Container : Attach home as rw.
This commit is contained in:
parent
85055e2e17
commit
cdae8f7859
|
@ -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.
|
||||
|
|
Reference in a new issue