Work in progress to docker-ize Islandora
4.5K
This image is built from: https://github.com/z3cka/docker-islandora which contains the Dockerfile, etc.
If you want the pre-installed container be sure to pull the v1 tag via:
$ docker pull z3cka/islandora:v1
Otherwise, you will have to run /install.sh first and then /start.sh
Launch Islandora with:
$ docker run -it -p 80:80 -p 8080:8080 z3cka/islandora:v1 bash then:
# /start.sh
You can then stay in the shell to use drush and stuff or Ctrl+P Ctrl+Q out.
Visit your host/container's IP (or hostname, depending on your network setup) and login to Drupal (Islandora) with:
Username: admin
Password: admin
Content type
Image
Digest
sha256:6f7e37a22…
Size
2.1 GB
Last updated
almost 11 years ago
docker pull z3cka/islandora