Always run sshd

This commit is contained in:
Héctor Molinero Fernández
2020-03-01 16:13:40 +01:00
parent 259f66693c
commit 7cf3f7a1f9
5 changed files with 10 additions and 16 deletions

View File

@@ -41,7 +41,6 @@ printf -- '%s\n' "Creating \"${CONTAINER_NAME:?}\" container..."
--publish 3389:3389/tcp \
--shm-size 2g \
--privileged \
--env ENABLE_SSHD=true \
--env ENABLE_VIRTUALGL=true \
"${IMAGE_NAME:?}" "$@" >/dev/null