Dockerfile for labo container
docker run -it --rm \
--name getto-labo \
-e DOCKER_WRAPPER_VOLUMES=/docker-volumes/apps:/apps,/docker-volumes/home:/home \
-e LABO_IP=$ip \
-e LABO_USER=$user \
-e LABO_TIMEZONE=$timezone \
-v /docker-volumes/apps:/apps \
-v /docker-volumes/home:/home \
-v /var/run/docker.sock:/var/run/docker.sock \
getto/labo-container:latest
- Docker version 18.09.7, build 2d0083d657
run container with options
docker run -it --rm \
--name getto-labo \
-e DOCKER_WRAPPER_VOLUMES=/docker-volumes/apps:/apps,/docker-volumes/home:/home \
-e LABO_IP=$ip \
-e LABO_USER=$user \
-e LABO_TIMEZONE=$timezone \
-v /docker-volumes/apps:/apps \
-v /docker-volumes/home:/home \
-v /var/run/docker.sock:/var/run/docker.sock \
getto/labo-container:latest
- ubuntu:disco
labo-container-dockerfile is licensed under the MIT license.
Copyright © since 2018 [email protected]