installation_docker.md.vm
653 Bytes
#set($h1 = '#')
#set($h2 = '##')
#set($h3 = '###')
#set($h4 = '####')
$h1 Mtas and Docker
A [Dockerfile](https://www.docker.com/) is available to get started quickly with
Mtas on a Solr based installation.
To build the image
```console
docker build -t mtas https://raw.githubusercontent.com/meertensinstituut/mtas/master/docker/Dockerfile
```
And to run the created image
```console
docker run -t -i -p 8080:80 --name mtas mtas
```
This wil make a site available on port 8080 from your docker host ip,
containing access to the running solr instance and providing a demonstration
scenario with indexing and querying of some sample documents.