Repo for docker-ubuntu
Go to file
casjay fae1a26a55
🗃️ Committing everything that changed 🗃️
Dockerfile.18.04
Dockerfile.19.04
Dockerfile.20.04
Dockerfile.21.04
Dockerfile.22.04
Dockerfile.23.04
Dockerfile.23.10
Dockerfile.24.04
Dockerfile.24.10
rootfs/tmp/
2024-08-14 17:37:33 -04:00
.gitea/workflows 🗃️ Committing everything that changed 🗃️ 2024-08-11 11:08:51 -04:00
rootfs 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
.dockerignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:39 -04:00
.env.scripts 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.18.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.19.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.20.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.21.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.22.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.23.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.23.10 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.24.04 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.env.scripts.24.10 🗃️ Committing everything that changed 🗃️ 2024-08-11 10:52:28 -04:00
.gitattributes 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:39 -04:00
.gitignore 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:39 -04:00
Dockerfile 🗃️ Committing everything that changed 🗃️ 2024-08-13 17:07:10 -04:00
Dockerfile.18.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.19.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.20.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.21.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.22.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.23.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.23.10 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.24.04 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
Dockerfile.24.10 🗃️ Committing everything that changed 🗃️ 2024-08-14 17:37:33 -04:00
LICENSE.md 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:39 -04:00
README.md 🦈🏠🐜 Initial Commit 🐜🦈🏠 2024-08-10 17:37:39 -04:00

👋 Welcome to ubuntu 🚀

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

Install and run container

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

via docker-compose

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

Get source files

dockermgr download src casjaysdevdocker/ubuntu

OR

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

Build container

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

Authors

🤖 casjay: Github 🤖
casjaysdevdocker: Github Docker