autodock hipache plugin
Project description
Hipache Plugin for autodock.
autodock-hipache is MIT licensed.
Basic Usage
Start the daemon:
$ docker run -d --name autodock prologic/autodock
Link and start the autodock Hipache Plugin:
$ docker run -d --link autodock prologic/autodock-hipache
Now whenever you start a new container autodock will listen for Docker events and discover containers that have been started. The autodock-hipache plugin will specifically listen for starting containers that have a VIRTUALHOST environment variable and reconfigure the running hipache container.
An optional ALIAS environment value can be given as an extra virtualhost typically used for a www. alias to a domain.
Start a “Hello World” Web Application:
$ docker run -d -e VIRTUALHOST=hello.local prologic/hello curl -q -o - -H 'Host: hello.local' http://localhost/ Hello World!
docker-compose.yml:
autodock:
image: prologic/autodock
volumes:
- /var/run/docker.sock:/var/run/docker.sock
autodockhipache:
image: prologic/autodock-hipache
links:
- autodock
- hipache:redis
sslcerts:
image: prologic/mksslcrt
command: "*.mydomain.com"
hipache:
image: prologic/hipache
ports:
- "80:80"
- "443:443"
volumes_from:
- sslcerts
hello:
image: prologic/hello
environment:
- VIRTUALHOST=hello.mydomain.com
- ALIAS=hello.local
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autodock-hipache-0.0.2.tar.gz.
File metadata
- Download URL: autodock-hipache-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25ca5c1af5d536fb805f3617bbbed8be02f965f93677e179b32b827afcff76a5
|
|
| MD5 |
c5f5c12d4c6d61d9be0cc641687d408e
|
|
| BLAKE2b-256 |
f18fd64d5dc8527eac42a8a7d81db9139faca3fbc9777cbb94ba21124b10b503
|
File details
Details for the file autodock_hipache-0.0.2-cp27-none-macosx_10_10_x86_64.whl.
File metadata
- Download URL: autodock_hipache-0.0.2-cp27-none-macosx_10_10_x86_64.whl
- Upload date:
- Size: 6.1 kB
- Tags: CPython 2.7, macOS 10.10+ x86-64
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84cdffa8621aa7a51835528b590710d0eaaa5e29f36ce54c0c2748cab9a7a380
|
|
| MD5 |
0e12ec2c6e8152ea0cbc18e18ba0c3a2
|
|
| BLAKE2b-256 |
de36b6fab4f0836ea9fcfb88e423ee192927bd1bf22ba7cf342532461c729752
|