You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/first-app/dev-environment/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,12 @@ The toolchain container can also be launched and used interactively as follows:
61
61
2.**Run the following command**
62
62
```sh
63
63
cd samples
64
-
docker run --rm -it -v $(pwd):/home/ocre ocre/ocre-c-toolchain:latest
64
+
docker run --rm -it -v $(pwd):/home/ocre ghcr.io/atym-io/atym-c-toolchain:latest
65
65
```
66
66
67
+
{: .note}
68
+
At the moment, there is not a docker image that contains the Ocre toolchain. While we're working on getting that up, please use the `atym` toolchain in the above example.
0 commit comments