From f90ffbe6f2f3b0cc426903080e51e0520c14e1cb Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Thu, 14 Jul 2022 20:37:10 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 682a1f7..a5f11f3 100755 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@

The official Crystal Linux docker image

-The docker image currently seems to have some issues when not running the `bash` shell. You may need to start it with bash as the chosen shell to get it to function. +## To use inside of distrobox: - For Distrobox, this can be done with `distrobox enter -- bash` +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 -- 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.