fricas:latest)cat /etc/*release)This is a base image suitable to build on (auto-build, see below).
docker run -t -i nilqed/fricas fricas -nox
$ docker run -ti --rm --network=host --env DISPLAY=:0 nilqed/fricas:latest fricas
Maybe you have to configure X appropriately (e.g. xhost local:root). For example, enter the container by
docker run -t -i nilqed/fricas /bin/bash
then configure X and start fricas.
--rm removes the container when it exits (add/remove it just as you like)--network=host means: use the Docker host network stackdocker commit creates a new image from a container’s changesContent type
Image
Digest
sha256:f86481db2…
Size
674.9 MB
Last updated
8 months ago
docker pull nilqed/fricas