@@ -25,10 +25,10 @@ Below are instructions for how to deploy this NOMAD Oasis distribution
2525
2626### For a new Oasis
2727
28- - Find a linux computer.
28+ - Find a Linux computer.
2929- Make sure you have [ docker] ( https://docs.docker.com/engine/install/ ) installed.
30- Docker nowadays comes with ` docker compose ` build in. Prior, you needed to
31- install the stand alone [ docker-compose] ( https://docs.docker.com/compose/install/ ) .
30+ Docker nowadays comes with ` docker compose ` built in. Prior, you needed to
31+ install the stand- alone [ docker-compose] ( https://docs.docker.com/compose/install/ ) .
3232- Download the modified configuration files [ nomad-oasis.zip] ( nomad-oasis.zip ) from this repository.
3333- Run the following commands (skip ` chown ` on MacOS and Windows computers)
3434
@@ -47,7 +47,7 @@ curl localhost/nomad-oasis/alive
4747To run NORTH (the NOMAD Remote Tools Hub), the ` hub ` container needs to run docker and
4848the container has to be run under the docker group. You need to replace the default group
4949id ` 991 ` in the ` docker-compose.yaml ` 's ` hub ` section with your systems docker group id.
50- Run ` id ` if you are a docker user, or ` getent group | grep docker ` to find our your
50+ Run ` id ` if you are a docker user, or ` getent group | grep docker ` to find your
5151systems docker gid. The user id 1000 is used as the nomad user inside all containers.
5252
5353You can find more details on setting up and maintaining an Oasis in the NOMAD docs here:
@@ -102,4 +102,4 @@ plugins:
102102` ` `
103103
104104Once the changes have been committed to the main branch, the new image will automatically
105- be generated.
105+ be generated.
0 commit comments