After installing docker, type any of these in your shell:
- red on ubuntu
docker build https://github.com/eranws/red-docker.git#master:red-ubuntu -t red-ubuntu
docker run -it red-ubuntu
- red on debian
docker build https://github.com/eranws/red-docker.git#master:red-debian -t red-debian
docker run -it red-debian
- r3 on alpine
docker build https://github.com/eranws/red-docker.git#master:r3-alpine -t r3-alpine
docker run -it r3-alpine
- rebol2 on alpine
docker build https://github.com/eranws/red-docker.git#master:rebol2-alpine -t rebol2-alpine
docker run -it rebol2-alpine
- hello.red on alpine
docker build https://github.com/eranws/red-docker.git#master:hello-red-rebol2-alpine -t hello-red-rebol2-alpine
docker run -it hello-red-rebol2-alpine
- red console on alpine
docker build https://github.com/eranws/red-docker.git#master:console-red-rebol2-alpine -t console-red-rebol2-alpine
docker run -it console-red-rebol2-alpine
- run red on alpine, some progress in ./red-alpine/Dockerfile, no luck yet, see in file.
- run tests (rebol throws error)