Base OS Image of archlinux
4.4K
archlinux 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 archlinux
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
version: "2"
services:
ProjectName:
image: casjaysdev/archlinux
container_name: casjaysdev-archlinux
environment:
- TZ=America/New_York
- HOSTNAME=archlinux
restart: always
dockermgr download src casjaysdev/archlinux
OR
git clone "https://github.com/casjaysdev/archlinux" "$HOME/Projects/github/casjaysdev/archlinux"
cd "$HOME/Projects/github/casjaysdev/archlinux"
buildx
š¤ casjay: Githubā š¤
āµ casjaysdev: Githubā Dockerā āµ
Content type
Image
Digest
sha256:9808199feā¦
Size
389.2 MB
Last updated
3 months ago
docker pull casjaysdev/archlinux