From 98d933d3fb98549414612800cb2a04939c826379 Mon Sep 17 00:00:00 2001 From: James Martinez Date: Mon, 29 May 2023 00:08:02 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ff3c34..5eca15b 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e KASM_PORT=443` | Specify the port you bind to the outside for Kasm Workspaces. | | `-e DOCKER_HUB_USERNAME=USER` | Optionally specify a DockerHub Username to pull private images. | | `-e DOCKER_HUB_PASSWORD=PASS` | Optionally specify a DockerHub password to pull private images. | +| `-e DOCKER_MTU=1500` | Optionally specify the mtu options passed to dockerd. | | `-v /opt` | Docker and installation storage. | | `-v /profiles` | Optionally specify a path for persistent profile storage. | | `-v /dev/input` | Optional for gamepad support. |