Skip to content

eranws/red-docker

Repository files navigation

red-docker

master Docker Image CI

master CircleCI

gui-console CircleCI

red-alpine CircleCI

console-alpine CircleCI

console-red-rebol2-ubuntu CircleCI

run-all-red-rebol2-alpine CircleCI

run-all-red-rebol2-ubuntu CircleCI

hello-red-rebol2-alpine CircleCI

Run

After installing docker, type any of these in your shell:

  1. red on ubuntu
docker build https://github.com/eranws/red-docker.git#master:red-ubuntu -t red-ubuntu
docker run -it red-ubuntu
  1. red on debian
docker build https://github.com/eranws/red-docker.git#master:red-debian -t red-debian
docker run -it red-debian
  1. r3 on alpine
docker build https://github.com/eranws/red-docker.git#master:r3-alpine -t r3-alpine
docker run -it r3-alpine
  1. rebol2 on alpine
docker build https://github.com/eranws/red-docker.git#master:rebol2-alpine -t rebol2-alpine
docker run -it rebol2-alpine
  1. 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
  1. 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

further work

  • run red on alpine, some progress in ./red-alpine/Dockerfile, no luck yet, see in file.
  • run tests (rebol throws error)

Releases

No releases published

Packages

No packages published