To deploy cherrydock on a linux host, run le following :
docker build -t cherrydock .
docker run --name cherrydock \
-v /var/run/docker.sock:/run/docker.sock \
-p 5000:5000 \
-i -d cherrydock:latest
NB: Api & UI are running in the same container