You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To highlight codeblocks, enclose them in triple backwards quotes and also use https://pygments.org/docs/lexers/ to give the language at the start and add `linenums="1"` if you want to add line numbers:
@@ -134,7 +134,7 @@ See https://docs.docker.com/engine/install/debian/
134
134
To enable non-root access to the Docker daemon run `sudo usermod -aG docker <username>` - then logout and back in
135
135
136
136
Create Portainer volume and then start Docker container, but for security bind port only to localhost, so that it cannot be access except when an SSH tunnel is active.
137
-
```
137
+
```bash
138
138
docker volume create portainer_data
139
139
docker run -d -p 127.0.0.1:8000:8000 -p 127.0.0.1:9000:9000 \
0 commit comments