jason 71078d32a7
Build and Push 18.04 / build (push) Failing after 2s
Build and Push 22.04 / build (push) Failing after 2s
Build and Push 20.04 / build (push) Failing after 1s
Build and Push 24.04 / build (push) Failing after 4s
Build and Push 24.10 / build (push) Failing after 5s
Build and Push / build (push) Failing after 4s
Build and Push 26.04 / build (push) Failing after 4s
🗃️ Update codebase 🗃️
rootfs/usr/local/bin/entrypoint.sh
2026-06-26 23:33:28 -04:00
2026-06-04 16:26:47 -04:00
🗃️ Update codebase 🗃️
2026-06-26 23:33:28 -04:00
🗃️ Update codebase 🗃️
2026-06-10 14:17:31 -04:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-11-29 11:11:50 -05:00
2026-05-05 14:31:29 -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 os ubuntu

Install and run container

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

via docker-compose

version: "2"
services:
  ProjectName:
    image: casjaysdev/ubuntu
    container_name: casjaysdev-ubuntu-latest
    environment:
      - TZ=America/New_York
      - HOSTNAME=ubuntu
    volumes:
      - "/var/lib/srv/root/docker/casjaysdev/ubuntu/latest/data:/data:z"
      - "/var/lib/srv/root/docker/casjaysdev/ubuntu/latest/config:/config:z"
    restart: always

Get source files

dockermgr download src os ubuntu

Build container

git clone "https://github.com/dockersrc/ubuntu" "$HOME/Projects/github/dockersrc/ubuntu"
cd "$HOME/Projects/github/dockersrc/ubuntu" && buildx all 

Authors

🤖 casjay: Github 🤖
casjaysdev: Github Docker

S
Description
Repo for docker-ubuntu
Readme 173 KiB
Languages
Shell 95.5%
Dockerfile 4.5%