diff --git a/src/content/docs/administration/docker.md b/src/content/docs/administration/docker.md index 4ca123b..41ea68a 100644 --- a/src/content/docs/administration/docker.md +++ b/src/content/docs/administration/docker.md @@ -2,12 +2,19 @@ title: Running with Docker --- -## Installing +## Docker images The easiest way to get ArchivesSpace up and running is using [Docker](https://www.docker.com/). Docker eases installing, upgrading, starting and stopping ArchivesSpace. It also makes it easy to setup ArchivesSpace as a system service that starts automatically on every reboot. If you prefer not to use Docker, another (more involved) way to get ArchivesSpace up and running is installing the latest [distribution `.zip` file](/getting_started/zip_distribution). +ArchivesSpace Docker images are available on the [Docker hub](https://hub.docker.com/u/archivesspace). + +- main application images are built from [this Dockerfile](https://github.com/archivesspace/archivesspace/blob/master/Dockerfile) +- solr images are built from [this Dockerfile](https://github.com/archivesspace/archivesspace/blob/master/solr/Dockerfile) + +## Installing + ### System requirements See [System Requirements](/administration/getting_started/#system-requirements).