Sign inSign up

casjaysdev/almalinux

By casjaysdev

•Updated 3 months ago

Base OS Image of AlmaLinux

Image
Operating systems
0

6.8K

casjaysdev/almalinux repository overview

ā šŸ‘‹ 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 casjaysdev-almalinux \
--hostname almalinux \
-e TZ=${TIMEZONE:-America/New_York} \
casjaysdev/almalinux:latest

⁠via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdev/almalinux
    container_name: casjaysdev-almalinux
    environment:
      - TZ=America/New_York
      - HOSTNAME=almalinux
    restart: always

⁠Get source files

dockermgr download src casjaysdev/almalinux

OR

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

⁠Build container

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

⁠Authors

šŸ¤– casjay: Github⁠ šŸ¤–
⛵ casjaysdev: Github⁠ Docker⁠ ⛵

Tag summary

Content type

Image

Digest

sha256:418c93940…

Size

128.7 MB

Last updated

3 months ago

docker pull casjaysdev/almalinux