Menu

Close
  • Home
  • LinkedIn
  • Real Life Code @ Micreosoft
  • GitHub
Subscribe
Shawn Cicoria Menu

Just a reminder - adding your user to Docker group...

16 August 2016 on docker, tips

From a shell...

sudo groupadd docker  
sudo usermod -aG docker $USER  

Logout and on again - run

docker ps  

If no errors, you should see what is running or just the headers.

Shawn Cicoria's Picture

Shawn Cicoria

Read more posts by this author.

Share this post

Twitter Facebook Google+

Fixing CocoaPods bad Dependancies

For some reason my CocoaPods was working just fine - until this morning. ... So, this seems to cleanup and…

Simple Static Web Server for Docker

Just needed a simple static web server.. The following Dockerfile does it.…

Shawn Cicoria © 2021
Proudly published with Ghost