WilliamSoderberg Verified 1360d62117
Test and Publish Coder Template / Test & Publish Template (push) Successful in 27s
Fixed template promote bug
1360d62117 · 2026-07-11 17:06:35 +02:00
60 Commits
2026-07-11 17:03:32 +02:00
2026-04-20 17:11:04 +02:00

LTH Docker

Configure X11 capabilities

  1. Install a X Server on your device, X410 is recommended.

  2. Open VS Code and add two entries to the coder.sshConfig setting (restart VS Code afterwards):

    • ForwardX11 yes
    • ForwardX11Trusted yes

You might need to input the following into a terminal on Windows: setx DISPLAY "127.0.0.1:0.0" if the X11 display can't be found.

Architecture

This template provisions the following resources:

  • Docker image (built by Docker socket and kept locally)
  • Docker volume (persistent on /home/{User})

This means, when the workspace restarts, any tools or files outside of the home directory are not persisted.

S
Description
The Coder template for the perfect docker-workspace to be used for LTH students.
Readme
77 KiB
Languages
HCL 88.6%
Dockerfile 11.4%