Skip to content

Commit c273857

Browse files
authored
Update README.md
1 parent ce09428 commit c273857

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

codeserver-ls-docker/README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
---
22
name: Use Code Server to Develop with Docker
33
description: A workspace environment with Code Server and Docker.
4-
tags: [cloud, kubernetes, linuxserver, code-server, vscode, webide, docker, dind, k8s-dind, dind-rootless]
4+
tags:
5+
[
6+
cloud,
7+
kubernetes,
8+
linuxserver,
9+
code-server,
10+
vscode,
11+
webide,
12+
docker,
13+
dind,
14+
k8s-dind,
15+
dind-rootless,
16+
]
517
---
618

719
# Getting started
820

9-
This template creates a pod running the [Code-Server](https://github.com/linuxserver/docker-code-server) image from LinuxServer, with Docker support, custom added packages and a [Coder](https://github.com/coder/coder) agent. Docker can safely be reconfigured (enabled/disabled, add/remove persistance) on each launch with the use of parameter files.
21+
This template creates a pod running the [Code-Server](https://github.com/linuxserver/docker-code-server) image from LinuxServer, with Docker support, custom added packages and a [Coder](https://github.com/coder/coder) agent.
1022

1123
## Docker
1224

13-
The workspace can optionally include a sidecar running `docker:dind-rootless`, and automatically installs the selected versions of Docker CLI and Compose from https://download.docker.com/linux/ubuntu/dists/
14-
15-
If `enable_docker` is false, the Docker sidecar will not be installed and no Docker or package settings will be changed. It is safe to toggle this setting on existing workspaces. No data is removed when Docker is disabled.
16-
17-
If `persist_docker` is true, Docker data will be stored in your home volume and persist across stops and starts. If it is false, the Docker sidecar will use an `emptydir` for storage instead. Emptydir storage does not count against your home volume, but it is irrevocably lost when the workspace is stopped.
18-
19-
It is safe to toggle `persist_docker` on existing workspaces. Data that was saved while the setting is true is retained when the setting is false. It will appear again when the setting is true.
20-
21-
To completely remove Docker data, first set `persist_docker` to false and then remove `~/workspace/.docker-data` from your workspace terminal.
25+
The workspace can optionally include the DIND docker-mod from https://github.com/linuxserver/docker-mods/tree/universal-docker-in-docker
2226

2327
## RBAC
2428

0 commit comments

Comments
 (0)