Installing DataPlane
Also available as:
PDF
loading table of contents...

Creating the non-root user

You must create the non-root user in the Docker group.

  1. Create a Docker group, if it does not exist:
    root@username-docker ~ $ groupadd docker
  2. Add the user to the Docker group:
    root@username-docker bin]# useradd -G docker username