Prerequisite configuration for Docker users

After you install the required versions of Docker and Docker Compose, you must configure Docker and Docker Compose.

Procedure

  1. After you install the docker_prereqs-v2 package, add each user ID that needs to run docker commands to the docker group that is created when you install the package:
    sudo usermod -aG docker user-id
  2. To see the effects of the configuration change, log out and log in again with any affected user ID that is logged in when you add the user ID to the docker group.