You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65646dd1dc | 2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago |
README.md
Crystal Docker Image
The official Crystal Linux docker image
To use inside of distrobox:
run the following command: distrobox create -n insertnamehere -i docker.io/crystallinux/crystal
to create a distrobox container.
STUFF TO BE AWARE OF:
The docker image currently seems to have some issues when not running the bash
shell on the host, when using Distrobox. You may need to start it with bash as the chosen shell to get it to function.
This can be done with distrobox enter <boxnamehere> -- bash
Extra information
Docker image is also available at https://hub.docker.com/r/crystallinux/crystal, run docker/podman pull crystallinux/crystal
to download to your system.