docker scripts
install docker engine
apt-get update
apt-get install apt-transport-https ca-certificates
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" >> /etc/apt/sources.list.d/docker.list
apt-get update
apt-get install docker-engine
this will build the base image
cd base
./build.sh
to create the container from built image
./run.sh
to enter the running container
./utils/dk-exec base
container | description |
---|---|
base | common base utilities |
mono | mono net framework runtimes and compiler |
develbase | basic development tools |
devel | advanced development tools |
searchathing | searchathing libraries compile sample |