Repo for docker-debian
Go to file
casjay aa4d0d7797
🗃️ Committing everything that changed 🗃️
Dockerfile
Dockerfile.10
Dockerfile.11
Dockerfile.12
Dockerfile.13
2024-08-13 17:07:01 -04:00
.gitea/workflows 🗃️ Committing everything that changed 🗃️ 2024-08-11 11:08:39 -04:00
rootfs 🗃️ Committing everything that changed 🗃️ 2024-08-12 20:17:39 -04:00
.dockerignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:21 -04:00
.env.scripts 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:15 -04:00
.env.scripts.10 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:15 -04:00
.env.scripts.11 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:15 -04:00
.env.scripts.12 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:15 -04:00
.env.scripts.13 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:15 -04:00
.gitattributes 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:21 -04:00
.gitignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:21 -04:00
Dockerfile 🗃️ Committing everything that changed 🗃️ 2024-08-13 17:07:01 -04:00
Dockerfile.10 🗃️ Committing everything that changed 🗃️ 2024-08-13 17:07:01 -04:00
Dockerfile.11 🗃️ Committing everything that changed 🗃️ 2024-08-13 17:07:01 -04:00
Dockerfile.12 🗃️ Committing everything that changed 🗃️ 2024-08-13 17:07:01 -04:00
Dockerfile.13 🗃️ Committing everything that changed 🗃️ 2024-08-13 17:07:01 -04:00
LICENSE.md 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:21 -04:00
README.md 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:21 -04:00

👋 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 casjaysdevdocker-debian \
--hostname debian \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-debian/rootfs/data:/data:z" \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-debian/rootfs/config:/config:z" \
-p 80:80 \
casjaysdevdocker/debian:latest

via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdevdocker/debian
    container_name: casjaysdevdocker-debian
    environment:
      - TZ=America/New_York
      - HOSTNAME=debian
    volumes:
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-debian/rootfs/data:/data:z"
      - "$HOME/.local/share/srv/docker/casjaysdevdocker-debian/rootfs/config:/config:z"
    ports:
      - 80:80
    restart: always

Get source files

dockermgr download src casjaysdevdocker/debian

OR

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

Build container

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

Authors

🤖 casjay: Github 🤖
casjaysdevdocker: Github Docker