Sign inSign up

casjaysdev/debian

By casjaysdev

•Updated 3 months ago

Base OS Image of debian

Image
Operating systems
0

7.5K

casjaysdev/debian repository overview

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

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

⁠Install and run container

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

⁠via docker-compose

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

⁠Get source files

dockermgr download src casjaysdev/debian

OR

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

⁠Build container

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

⁠Authors

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

Tag summary

Content type

Image

Digest

sha256:4b194e008…

Size

278.2 MB

Last updated

3 months ago

docker pull casjaysdev/debian