Skip to content

Commit cb8715b

Browse files
committed
add rootless docker
1 parent 9478d80 commit cb8715b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.vscode/settings.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
"[python]": {
99
"editor.defaultFormatter": "charliermarsh.ruff",
1010
},
11-
"grammarly.selectors": [
12-
{
13-
"language": "markdown",
14-
"scheme": "file"
15-
}
16-
],
1711
"workbench.colorCustomizations": {
18-
"titleBar.activeBackground": "#cc69b5",
12+
"titleBar.activeBackground": "#555555",
1913
},
2014
}

docs/reference/docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Therefore:
1111

1212
We do fully support `docker`, please report any issues you find.
1313

14+
If you would like to use docker in rootless mode then it is almost identical to podman and the following instructions are NOT required. To switch to rootless mode see the description of `dockerd-rootless-setuptool.sh` in [these instructions](https://docs.docker.com/engine/security/rootless/#install).
15+
1416
There are a few things to know if you are using `docker` in your developer containers:
1517

1618
1. add `export EC_REMOTE_USER=$USER` into your `$HOME/.bashrc` (or `$HOME/.zshrc` for zsh users). The epics-containers devcontainer.json files will use this to set the account that your user will use inside devcontainers.

0 commit comments

Comments
 (0)