An install of islandora enterprise in docker...
7.x
(Dockerfile)7.x-1.8, latest
(Dockerfile)7.x-1.7
(Dockerfile)7.x-1.6
(Dockerfile)7.x-1.5
(Dockerfile)
Run:
docker run -d --name islandora-enterprise-all-in-one -p 80:80 -p 8080:8080 jefferyb/islandora-enterprise-all-in-one
Here are the available volumes (Please let me know if there's one that I might have missed and I can add it... Thanks)
##### MYSQL
VOLUME /var/lib/mysql
##### FEDORA
VOLUME /usr/local/fedora/data
VOLUME /usr/local/fedora/server/config
##### DRUPAL
VOLUME /var/www/html/sites
##### SOLR
VOLUME /usr/local/fedora/solr
version: '2'
services:
islandora:
image: jefferyb/islandora-enterprise-all-in-one
hostname: islandora.example.com
restart: always
container_name: islandora-enterprise-server
ports:
- 80:80
- 8080:8080
volumes:
- islandora-mysql:/var/lib/mysql
- islandora-drupal:/var/www/html/sites/default
- islandora-fedora-data:/usr/local/fedora/data
- islandora-fedora-config:/usr/local/fedora/server/config
- islandora-solr:/usr/local/fedora/solr
environment:
- "TZ=America/Chicago"
volumes:
islandora-solr:
islandora-mysql:
islandora-drupal:
islandora-fedora-data:
islandora-fedora-config:
Once it's up and running, visit your host/container's IP (or hostname, depending on your network setup) and login to Drupal (Islandora) with:
Username: admin
Password: islandora