/docker

A repo for basic Dockerfiles

Primary LanguageDockerfileApache License 2.0Apache-2.0

docker utils

Soem common docker scripts

bin

Contains nodejs commands. Add this to your .bashrc so that each time you run node command and friends, it will execute it in a docker container

$ cp -rf docker/bin ~/bin

# .bashrc
export PATH=~/bin:$PATH