Container : Hostname includes host hostname.
This commit is contained in:
parent
19ce640780
commit
a8da119043
|
@ -14,7 +14,7 @@ function ca() {
|
|||
docker run \
|
||||
--privileged \
|
||||
-d -it \
|
||||
-h "${name}" --name "${name}" \
|
||||
-h "${HOSTNAME}${name#box}" --name "${name}" \
|
||||
--workdir /data \
|
||||
-e XDG_RUNTIME_DIR=/tmp \
|
||||
-e WAYLAND_DISPLAY=${WAYLAND_DISPLAY} \
|
||||
|
|
Reference in a new issue