Container : Hostname includes host hostname.

This commit is contained in:
Dmitry Voronin 2024-01-31 13:51:59 +03:00
parent 19ce640780
commit a8da119043

View file

@ -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} \