Skip to content

Commit

Permalink
updating docker image locations for galasa-isolated
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Dec 5, 2024
1 parent ea18afe commit 62bccf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Note: The example uses port `8080` but you can use a different port.
docker load -i isolated.tar
```

The following confirmation message is received: _Loaded image: icr.io/galasadev/galasa-distribution:main_.
The following confirmation message is received: _Loaded image: ghcr.io/galasa-dev/galasa-isolated:main_.

2. Run the container by using the following command:
```
docker run -d -p 8080:80 --name galasa icr.io/galasadev/galasa-distribution:main
docker run -d -p 8080:80 --name galasa ghcr.io/galasa-dev/galasa-isolated:main
```

3. Go to `http:\\localhost:8080` to view the running container.
Expand Down
4 changes: 2 additions & 2 deletions src/markdown-pages/docs/first-steps/installing-offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Note: The example uses port `8080` but you can use a different port.
docker load -i isolated.tar
```

The following confirmation message is received: _Loaded image: icr.io/galasadev/galasa-distribution:main_.
The following confirmation message is received: _Loaded image: ghcr.io/galasa-dev/galasa-isolated:main_.

2. Run the container by using the following command:
```
docker run -d -p 8080:80 --name galasa icr.io/galasadev/galasa-distribution:main
docker run -d -p 8080:80 --name galasa ghcr.io/galasa-dev/galasa-isolated:main
```

3. Go to `http:\\localhost:8080` to view the running container.
Expand Down

0 comments on commit 62bccf9

Please sign in to comment.