Skip to content

Commit 0ce9363

Browse files
Update template_README.md (#6)
1 parent 6f8b8bb commit 0ce9363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

template_README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4747
To run NORTH (the NOMAD Remote Tools Hub), the `hub` container needs to run docker and
4848
the container has to be run under the docker group. You need to replace the default group
4949
id `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
5151
systems docker gid. The user id 1000 is used as the nomad user inside all containers.
5252

5353
You can find more details on setting up and maintaining an Oasis in the NOMAD docs here:
@@ -102,4 +102,4 @@ plugins:
102102
```
103103
104104
Once the changes have been committed to the main branch, the new image will automatically
105-
be generated.
105+
be generated.

0 commit comments

Comments
 (0)