Skip to content

Running with Docker un ubuntu

Luis Loaiza edited this page Jul 11, 2015 · 1 revision

See instructions here

https://docs.docker.com/installation/ubuntulinux/#installing-docker-on-ubuntu

Adding a user / non-root

sudo usermod -aG docker your-user

To push to bitbucket

$ git clone https://github.com/cakephp/cakephp $ git push git@bitbucket.org:mg/cakephp.git master

Clone this wiki locally