3787: docker group -> @docker@ group for consistency
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 20 Oct 2014 19:35:48 +0000 (15:35 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 20 Oct 2014 19:35:59 +0000 (15:35 -0400)
doc/user/topics/arv-docker.html.textile.liquid

index a430e4af0820611bb6946eae0c3bd5bdb8541803..0a0693f3d28af21ff03bb32c80446ce89480f34c 100644 (file)
@@ -16,7 +16,7 @@ This page will demonstrate how to:
 
 {% include 'tutorial_expectations' %}
 
-You also need ensure that "Docker is installed,":https://docs.docker.com/installation/ the Docker daemon is running, and you have permission to access Docker.  You can test this by running @docker version@.  If you receive a permission denied error, your user account may need to be added to the @docker@ group.  If you have root access, you can add yourself to the docker group using @$ sudo addgroup $USER docker@ then log out and log back in again; otherwise consult your local sysadmin.
+You also need ensure that "Docker is installed,":https://docs.docker.com/installation/ the Docker daemon is running, and you have permission to access Docker.  You can test this by running @docker version@.  If you receive a permission denied error, your user account may need to be added to the @docker@ group.  If you have root access, you can add yourself to the @docker@ group using @$ sudo addgroup $USER docker@ then log out and log back in again; otherwise consult your local sysadmin.
 
 h2. Fetch a starting image