That solved one issue, but now I get + docker inspect -f . node:6-alpine
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/node:6-alpine/json: dial unix /var/run/docker.sock: connect: permission denied The usual comment to address this is to do ---> sudo usermod -a -G docker $USER
But that is not an option in mac. Any suggestions?
That solved one issue, but now I get the following problem:
+ docker inspect -f . node:6-alpine
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get [http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/node:6-alpine/json]: dial unix /var/run/docker.sock: connect: permission denied The usual comment to address this is to do ---> sudo usermod -a -G docker $USER
But that is not an option in mac. Any suggestions?
That solved one issue, but now I get the following problem:
+ docker inspect -f . node:6-alpine
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get [http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/node:6-alpine/json]: dial unix /var/run/docker.sock: connect: permission denied
-------------------------
The usual comment to address this is to do ---> sudo usermod -a -G docker $USER
But that is not an option in mac. Any suggestions?
That solved one issue, but now I get the following problem:
+ docker inspect -f . node:6-alpine
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get [http://%2Fvar%2Frun%2Fdocker.sock/v1.39/containers/node:6-alpine/json]: dial unix /var/run/docker.sock: connect: permission denied[Pipeline] isUnix[Pipeline] sh
------------------------- The usual comment to address this is to do ---> sudo usermod -a -G docker $USER
But that is not an option in mac. Any suggestions?