Skip to content

Commit

Permalink
Merge branch 'docker-install-guide-changes' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Oct 19, 2023
2 parents d2a2ed9 + 1d1ce48 commit 81cc657
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/installing/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ create your own <a href="{{ page.baseurl }}/docs/glossary/#theme" class="glossar
</p>
</div>

### How to setup the Docker container
### How to set up the Docker container

The supplied scripts in the `./docker` directory will create you a Docker
container which has everything you need to work on Alaveteli.
Expand Down Expand Up @@ -109,13 +109,18 @@ Use <code>-T</code> to pipe local files to scripts run in the app container.
You don't need to stop Alaveteli right away, but when you do this can be done
by pressing **Ctrl-C** to interrupt the `./docker/server` script.

### How reset the container
### How to reset the container

While working on Alaveteli you may find you might need to reset the container
back to its initial state. This can be done by running:

./docker/reset

### How to view local emails

The Docker installation comes with a MailHog instance, you can visit this at
`http://0.0.0.0:1080`.

## What next?

The Docker installation you've just done has loaded test data, which includes
Expand Down

0 comments on commit 81cc657

Please sign in to comment.