Posts

Showing posts from November, 2017

test automation

Dowloaded a project sent me by BP. Needs docker and NPM. NPM’s already there, and docker just comes from the Arch repos. npm i installs the dependencies. To run the docker daemon it’s dockerd (makes sense of mongod for me). Then find I need to adjust my permissions ( usermod -a -G docker <username> ). and… that’s it?