Skip to content

Commit

Permalink
links to docker hub and dockerfiles used to build the images
Browse files Browse the repository at this point in the history
  • Loading branch information
thimios committed Dec 15, 2024
1 parent 30309ea commit f455350
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/content/docs/administration/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f455350

Please sign in to comment.