https://github.com/babab/docker-apps
Various apps in Docker with embedded wdocker commands
https://github.com/babab/docker-apps
Last synced: about 1 year ago
JSON representation
Various apps in Docker with embedded wdocker commands
- Host: GitHub
- URL: https://github.com/babab/docker-apps
- Owner: babab
- License: unlicense
- Created: 2015-09-18T20:08:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T21:42:36.000Z (about 8 years ago)
- Last Synced: 2025-02-05T15:53:50.207Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
docker-apps
==============================================================================
A small collection of various Dockerfiles, meant to build containers
that run locally in a development environment. Each Dockerfile is
configured with ``#wd#`` comments for managing images and containers
with wdocker_.
The Dockerfiles are small examples of using wdocker in different
contexts and this repository focuses more on the Dockerfiles than the
actual applications that are built. They can of course be used as a
starting point for creating production ready containers of mentioned
applications or similar setups. The examples are explicitly released
into the public domain using the Unlicense_.
You can install wdocker with pip::
sudo pip install wdocker
.. _wdocker: https://github.com/babab/wdocker
.. _Unlicense: https://unlicense.org/
bitlbee
-------
::
cd bitlbee
wdocker init
php7
----
::
cd php7
wdocker init
mysql
-----
::
cd mysql
wdocker init
memcached
---------
::
cd memcached
wdocker init