Docker: Difference between revisions
m Remove configurations that are already enabled by default in the system setup. Usage is shown in basic and advanced configuration |
m →Rootless Docker: link to the configuration of enabling rootless mode |
||
| Line 149: | Line 149: | ||
=== Rootless Docker === | === Rootless Docker === | ||
Rootless Docker lets you run the Docker daemon as a non-root user for improved security. Set the <code>rootless</code> option as shown above. The <code>setSocketVariable</code> option adds the <code>DOCKER_HOST</code> variable pointing to your rootless Docker instance. | Rootless Docker lets you run the Docker daemon as a non-root user for improved security. Set the <code>rootless</code> option [[#Advanced|as shown above]]. The <code>setSocketVariable</code> option adds the <code>DOCKER_HOST</code> variable pointing to your rootless Docker instance. | ||
After enabling rootless mode, Docker can be started with: | After enabling rootless mode, Docker can be started with: | ||