From 8d1bcba618735b1e8de2c8adeecb8efe1baaa28f Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 7 Apr 2023 23:58:35 +0000 Subject: [PATCH] Deployed fbbb0861 with MkDocs version: 1.4.2 --- images/docker-kasm/index.html | 2 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 1610 -> 1610 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-kasm/index.html b/images/docker-kasm/index.html index 893a4d6642..361542bcb2 100644 --- a/images/docker-kasm/index.html +++ b/images/docker-kasm/index.html @@ -33,4 +33,4 @@ --restart unless-stopped \ lscr.io/linuxserver/kasm:latest
Docker images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.
-p
)Parameter | Function |
---|---|
3000 | Kasm Installation wizard. (https) |
443 | Kasm Workspaces interface. (https) |
-e
)Env | Function |
---|---|
KASM_PORT=443 | Specify the port you bind to the outside for Kasm Workspaces. |
DOCKER_HUB_USERNAME=USER | Optionally specify a DockerHub Username to pull private images. |
DOCKER_HUB_PASSWORD=PASS | Optionally specify a DockerHub password to pull private images. |
-v
)Volume | Function |
---|---|
/opt | Docker and installation storage. |
/profiles | Optionally specify a path for persistent profile storage. |
/dev/input | Optional for gamepad support. |
/run/udev/data | Optional for gamepad support. |
Parameter | Function |
---|---|
You can set any environment variable from a file by using a special prepend FILE__
.
As an example:
-e FILE__PASSWORD=/run/secrets/mysecretpassword
-
Will set the environment variable PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional -e UMASK=022
setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.
We publish various Docker Mods to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
docker exec -it kasm /bin/bash
docker logs -f kasm
docker inspect -f '{{ index .Config.Labels "build_version" }}' kasm
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/kasm:latest