Skip to content

Commit 531784f

Browse files
authored
post tools/nsc/docker/README.md updates
1 parent 52c7db9 commit 531784f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/nsc/docker/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ https://github.com/user-attachments/assets/8d409477-92e4-4238-b5e5-637cfbdf7263
2323
![Containers for Windows](https://user-images.githubusercontent.com/65064509/152947300-affca592-35a7-4e4c-a7fc-2055ce1ba528.png)
2424

2525
> [!CAUTION]
26-
> Examples bellow use `docker compose` to run the image but if you want to `docker run` then make sure to mount required system directories and expose port otherwise will fail, see the compose file for more details
26+
> Examples bellow use `docker compose` to run the image but if you want to `docker run` then make sure to mount required system directories and expose port otherwise it will fail in runtime, see the [compose](<https://github.com/Devsh-Graphics-Programming/Nabla/blob/master/compose.yml#L6>) file for more details
2727
2828
### from container registry
2929

@@ -78,12 +78,14 @@ Loaded image: ghcr.io/devsh-graphics-programming/nabla:nsc-godbolt-build-msvc-de
7878

7979
</details>
8080

81-
copy `compose.yml` in Nabla root directory to eg. `override-compose.yml`, replace it's `image` field value with loaded image name (eg. `ghcr.io/devsh-graphics-programming/nabla:nsc-godbolt-build-msvc-debug-17.13.6` like in the example) and execute
81+
copy `compose.yml` in Nabla root directory to eg. `override-compose.yml`, replace it's `image` field value with loaded image name (eg. `ghcr.io/devsh-graphics-programming/nabla:nsc-godbolt-build-msvc-debug-17.13.6` like in the example) then execute
8282

8383
```
8484
docker compose -f override-compose.yml up
8585
```
8686

87+
and type `localhost` in your browser.
88+
8789
## How to build image
8890

8991
Configure CMake with `NBL_ENABLE_DOCKER_INTEGRATION` and build `run-compiler-explorer` target.

0 commit comments

Comments
 (0)