Remove workspace creation instructions from README

Removed instructions for creating a workspace and the associated button.
This commit is contained in:
2026-03-19 15:14:03 +01:00 Verified
parent 655136a5cf
commit 50b4c94ccb
+1 -5
View File
@@ -1,9 +1,5 @@
# LTH Docker # LTH Docker
Create a workspace by pressing the button below!
[![Open in Coder](https://coder.soderberg.tech/open-in-coder.svg)](https://coder.soderberg.tech/templates/LTH/workspace)
## Configure X11 capabilities ## Configure X11 capabilities
1. Install a X Server on your device, [X410](https://x410.dev/) is recommended. 1. Install a X Server on your device, [X410](https://x410.dev/) is recommended.
@@ -21,4 +17,4 @@ This template provisions the following resources:
- Docker image (built by Docker socket and kept locally) - Docker image (built by Docker socket and kept locally)
- Docker volume (persistent on `/home/{User}`) - Docker volume (persistent on `/home/{User}`)
This means, when the workspace restarts, any tools or files outside of the home directory are not persisted. To pre-bake tools into the workspace (e.g. `python3`), modify the container image. This means, when the workspace restarts, any tools or files outside of the home directory are not persisted.