Educational experiment with CorrLang, not using any IDE support.
334
To get started, run:
docker run -d \
--name corrlang \
--rm \
-p 8080:8080 \
-m="1G" \
--cpus="2" webminz/corrlang-experiment-nogui:latest
Then, open your browser on http://localhost:8080, which will bring you directly into web-based IDE environment with a README file telling you where to go next.
Once, you are done, you stop the container with docker stop corrlang.
8080, plase re-map container port 8080 to something else, e.g. -p 9001:8080-m) and/or CPU (--cpus) resource constraints. Also if you have an older machine, you might have to downgrade the requirements a bit. But, we recommend at least 1G dedicated memory to run this container smootly4011, 4012, and 4013 for exercise 3 if you want.Content type
Image
Digest
sha256:30d7dba8d…
Size
602.5 MB
Last updated
5 months ago
docker pull webminz/corrlang-experiment-nogui