https://github.com/dajobe/docker
Docker repositories
https://github.com/dajobe/docker
Last synced: 7 months ago
JSON representation
Docker repositories
- Host: GitHub
- URL: https://github.com/dajobe/docker
- Owner: dajobe
- License: unlicense
- Created: 2015-01-31T21:50:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T21:02:02.000Z (over 10 years ago)
- Last Synced: 2025-01-27T11:25:35.616Z (8 months ago)
- Language: Shell
- Size: 320 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker repositories
===================References
----------https://docs.docker.com/articles/dockerfile_best-practices/
http://crosbymichael.com/dockerfile-best-practices-take-2.html
https://journal.paul.querna.org/articles/2013/10/15/docker-ubuntu-on-rackspace/
https://github.com/phusion/baseimage-docker/blob/master/image/prepare.sh
https://github.com/docker/docker/blob/master/contrib/mkimage/debootstrap
Standard mkinstall below includes initrd fix, dpkg apt speedup
and preventing service starting by policy-rc.d and/or upstartProbably don't need to worry about this:
> Replace the 'ischroot' tool to make it always return true.
> Prevent initscripts updates from breaking /dev/shm.
> https://journal.paul.querna.org/articles/2013/10/15/docker-ubuntu-on-rackspace/
> https://bugs.launchpad.net/launchpad/+bug/974584
>
> dpkg-divert --local --rename --add /usr/bin/ischroot
> ln -sf /bin/true /usr/bin/ischroot