Skip to content

Commit

Permalink
Update template_README.md
Browse files Browse the repository at this point in the history
Clarifying the section about updating the image
  • Loading branch information
fabianschoeppach authored May 29, 2024
1 parent 65b32d2 commit d5c8b51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions template_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ curl localhost/nomad-oasis/alive
```
8. Finally, open [http://localhost/nomad-oasis](http://localhost/nomad-oasis) in your browser to start using your new NOMAD Oasis.

Whenever you update your image you need to shut down NOMAD using
#### Updating the Oasis

Whenever you want to update your image you first need to shut down NOMAD using `docker compose down`. Afterwards you can pull the updates and simply restart the oasis:
```sh
docker compose down
docker compose pull
docker compose up -d
```
and then repeat steps 5. and 6. above.

#### NOMAD Remote Tools Hub (NORTH)
To run NORTH (the NOMAD Remote Tools Hub), the `hub` container needs to run docker and
Expand Down

0 comments on commit d5c8b51

Please sign in to comment.