https://github.com/skx/dockerfiles
Container for various dockerfiles.
https://github.com/skx/dockerfiles
Last synced: 9 months ago
JSON representation
Container for various dockerfiles.
- Host: GitHub
- URL: https://github.com/skx/dockerfiles
- Owner: skx
- Created: 2014-02-06T20:39:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T16:44:59.000Z (over 11 years ago)
- Last Synced: 2025-03-29T21:51:09.465Z (10 months ago)
- Language: Shell
- Size: 320 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dockerfile Collection
=====================
A small collection of `Dockerfile`s, used to build docker images.
Each image in this repository has been tested with Docker version 1.0.0, build 63fe64c
* apache2-php5
* An image which launches a webserver.
* beanstalkd
* The in-memory work-queue.
* graphite
* A graphing/storage/stats system.
* memcached
* The in-memory cache.
* prosody
* The XMPP chat-server.
* redis
* The in-memory database.
* sshd
* An openssh server.
* wordpress
* A popular blogging engine.
TODO:
* squeezebox
Notes
-----
As of Docker release 0.9 you should launch the deamon like so:
# docker -d -e lxc
(The "`-e lxc`" addition is new, and will force the backend to use `lxc`,
which was previously the default. See this [docker blog entry](http://blog.docker.io/2014/03/docker-0-9-introducing-execution-drivers-and-libcontainer/) for details.)
Binary Images
-------------
Binary images can be pulled from my docker profile:
* https://index.docker.io/u/skxskx/
Steve
--