Pages

Sunday, March 2, 2014

New Package fedora-dockerfiles is now Available

Please check out and test fedora-dockerfiles. This package provides a community contributed set of examples that can assist in learning about Docker containers. Use these examples to stand up test environments using the Docker container engine. The following Dockerfiles are included:

Apache
CouchDB
Firefox
Memcached
MongoDB
MySQL
nginx
Nodejs
PostgreSQL
RabbitMQ
SSH
wordpress_single_container




To get started, just issue the following command:

# yum install fedora-dockerfiles

All the example Dockerfiles will be stored in /usr/share/fedora-dockerfiles. Just change to any directory and build an image.

# cd /usr/share/fedora-dockerfiles/ssh

# docker build -rm -t test/ssh .

If you find a problem and you want to help fix it, here ya go:

https://github.com/scollier/Fedora-Dockerfiles

or:

https://git.fedorahosted.org/cgit/dockerfiles.git/

No comments:

Post a Comment