Posted on May 22, 2018November 22, 2018Using Docker without sudo Add current user to the “docker” group: sudo usermod -aG docker ${USER} Create a new shell or open new terminal for the change to take effect.