CentOS7 通常ユーザーでdockerコマンドを実行

VirtualBoxにCentOS7をインストールして、Dockerを動かしてみた。 rootでdockerを入れて、通常ユーザーで、docker コマンドを実行しようとしたらエラーが出た。 $ docker ps Cannot connect to the Docker daemon. Is the docker daemon running on this host? http://unix.stackexchange.com/questions/252684/why-am-i-g…