Skip to content

Commit a774483

Browse files
committed
added atym dev container to setup guide until we can get an ocre container up and running
1 parent 407bdd9 commit a774483

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • docs/quickstart/first-app/dev-environment

docs/quickstart/first-app/dev-environment/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ The toolchain container can also be launched and used interactively as follows:
6161
2. **Run the following command**
6262
```sh
6363
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
6565
```
6666

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.
69+
6770
---
6871

6972
## Troubleshooting

0 commit comments

Comments
 (0)