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