Repo for docker-rhel
Go to file
casjay 633a0fb80c
🗃️ Committing everything that changed 🗃️
Dockerfile
Dockerfile.8
Dockerfile.9
2024-08-10 21:26:21 -04:00
.gitea/workflows 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
rootfs 🗃️ Committing everything that changed 🗃️ 2024-08-10 21:06:44 -04:00
.dockerignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
.env.scripts 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
.env.scripts.8 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -04:00
.env.scripts.9 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:36:18 -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-10 21:26:21 -04:00
Dockerfile.8 🗃️ Committing everything that changed 🗃️ 2024-08-10 21:26:21 -04:00
Dockerfile.9 🗃️ Committing everything that changed 🗃️ 2024-08-10 21:26:21 -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