Base OS Image of debian
7.5K
debian 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 debian
mkdir -p "$HOME/.local/share/srv/docker/debian/rootfs"
git clone "https://github.com/dockermgr/debian" "$HOME/.local/share/CasjaysDev/dockermgr/debian"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/debian/rootfs/." "$HOME/.local/share/srv/docker/debian/rootfs/"
docker run -d \
--restart always \
--privileged \
--name casjaysdev-debian \
--hostname debian \
-e TZ=${TIMEZONE:-America/New_York} \
casjaysdev/debian:latest
version: "2"
services:
ProjectName:
image: casjaysdev/debian
container_name: casjaysdev-debian
environment:
- TZ=America/New_York
- HOSTNAME=debian
restart: always
dockermgr download src casjaysdev/debian
OR
git clone "https://github.com/casjaysdev/debian" "$HOME/Projects/github/casjaysdev/debian"
cd "$HOME/Projects/github/casjaysdev/debian"
buildx
š¤ casjay: Githubā š¤
āµ casjaysdev: Githubā Dockerā āµ
Content type
Image
Digest
sha256:4b194e008ā¦
Size
278.2 MB
Last updated
3 months ago
docker pull casjaysdev/debian