Skip to content

getto-systems/labo-container-dockerfile

Repository files navigation

labo-container-dockerfile

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
Table of Contents

Requirements

  • Docker version 18.09.7, build 2d0083d657

Usage

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

base image

  • ubuntu:disco

License

labo-container-dockerfile is licensed under the MIT license.

Copyright © since 2018 [email protected]

About

Dockerfile for labo container

Resources

License

Stars

Watchers

Forks

Packages

No packages published