Base OS Image of AlmaLinux
6.8K
almalinux README
sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
sudo systemmgr --config && sudo systemmgr install scripts
dockermgr update almalinux
mkdir -p "$HOME/.local/share/srv/docker/almalinux/rootfs"
git clone "https://github.com/dockermgr/almalinux" "$HOME/.local/share/CasjaysDev/dockermgr/almalinux"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/almalinux/rootfs/." "$HOME/.local/share/srv/docker/almalinux/rootfs/"
docker run -d \
--restart always \
--privileged \
--name casjaysdev-almalinux \
--hostname almalinux \
-e TZ=${TIMEZONE:-America/New_York} \
casjaysdev/almalinux:latest
version: "2"
services:
ProjectName:
image: casjaysdev/almalinux
container_name: casjaysdev-almalinux
environment:
- TZ=America/New_York
- HOSTNAME=almalinux
restart: always
dockermgr download src casjaysdev/almalinux
OR
git clone "https://github.com/casjaysdev/almalinux" "$HOME/Projects/github/casjaysdev/almalinux"
cd "$HOME/Projects/github/casjaysdev/almalinux"
buildx
š¤ casjay: Githubā š¤
āµ casjaysdev: Githubā Dockerā āµ
Content type
Image
Digest
sha256:418c93940ā¦
Size
128.7 MB
Last updated
3 months ago
docker pull casjaysdev/almalinux