Repo for docker-rhel
Go to file
casjay b423e4de5e
All checks were successful
release-tag / release-image (push) Successful in 9m38s
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
2024-09-24 11:04:19 -04:00
.gitea/workflows 🗃️ Committing everything that changed 🗃️ 2024-09-06 18:41:35 -04:00
rootfs 🗃️ Committing everything that changed 🗃️ 2024-09-24 11:04:19 -04:00
.dockerignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
.env.scripts 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:33:28 -04:00
.env.scripts.8 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:33:28 -04:00
.env.scripts.8-dev 🗃️ Committing everything that changed 🗃️ 2024-09-04 17:59:42 -04:00
.env.scripts.9 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:33:28 -04:00
.env.scripts.9-dev 🗃️ Committing everything that changed 🗃️ 2024-09-04 17:59:42 -04:00
.gitattributes 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
.gitignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
Dockerfile 🗃️ Committing everything that changed 🗃️ 2024-08-11 21:06:46 -04:00
Dockerfile.8 🗃️ Committing everything that changed 🗃️ 2024-08-11 21:06:46 -04:00
Dockerfile.8-dev 🗃️ Committing everything that changed 🗃️ 2024-09-06 07:38:28 -04:00
Dockerfile.9 🗃️ Committing everything that changed 🗃️ 2024-08-11 21:06:46 -04:00
Dockerfile.9-dev 🗃️ Committing everything that changed 🗃️ 2024-09-06 13:06:05 -04:00
LICENSE.md 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
README.md 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00

👋 Welcome to almalinux 🚀

almalinux README

Install my system scripts

 sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
 sudo systemmgr --config && sudo systemmgr install scripts  

Automatic install/update

dockermgr update almalinux

Install and run container

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 casjaysdevdocker-almalinux \
--hostname almalinux \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-almalinux/rootfs/data:/data:z" \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-almalinux/rootfs/config:/config:z" \
-p 80:80 \
casjaysdevdocker/almalinux:latest

via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdevdocker/almalinux
    container_name: casjaysdevdocker-almalinux
    environment:
      - TZ=America/New_York
      - HOSTNAME=almalinux
    volumes:
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-almalinux/rootfs/data:/data:z"
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-almalinux/rootfs/config:/config:z"
    ports:
      - 80:80
    restart: always

Get source files

dockermgr download src casjaysdevdocker/almalinux

OR

git clone "https://github.com/casjaysdevdocker/almalinux" "$HOME/Projects/github/casjaysdevdocker/almalinux"

Build container

cd "$HOME/Projects/github/casjaysdevdocker/almalinux"
buildx 

Authors

🤖 casjay: Github 🤖
casjaysdevdocker: Github Docker