Sign inSign up

casjaysdev/archlinux

By casjaysdev

•Updated 3 months ago

Base OS Image of archlinux

Image
Operating systems
0

4.4K

casjaysdev/archlinux repository overview

ā šŸ‘‹ Welcome to archlinux šŸš€

archlinux 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 archlinux

⁠Install and run container

mkdir -p "$HOME/.local/share/srv/docker/archlinux/rootfs"
git clone "https://github.com/dockermgr/archlinux" "$HOME/.local/share/CasjaysDev/dockermgr/archlinux"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/archlinux/rootfs/." "$HOME/.local/share/srv/docker/archlinux/rootfs/"
docker run -d \
--restart always \
--privileged \
--name casjaysdev-archlinux \
--hostname archlinux \
-e TZ=${TIMEZONE:-America/New_York} \
casjaysdev/archlinux:latest

⁠via docker-compose

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

⁠Get source files

dockermgr download src casjaysdev/archlinux

OR

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

⁠Build container

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

⁠Authors

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

Tag summary

Content type

Image

Digest

sha256:9808199fe…

Size

389.2 MB

Last updated

3 months ago

docker pull casjaysdev/archlinux