ubuntu basic image and some service image, like docker-centos
- Dockerfiles
- system
- basic image
- net
- xrdp: for remote desktop
most image will upload to dockerhub, you can set arg: REPO=mzsmieli to pull from my repo, for example:
# run ubuntu base
REPO=mzsmieli make run_base
type | component/image name | build command | run command | feature |
---|---|---|---|---|
basic | base | make build_base | make run_base | ubuntu, s6, oh-my-zsh |
net | xrdp | make build_xrdp | make run_xrdp | xrdp |