Sign inSign up

casjaysdev/ubuntu

By casjaysdev

•Updated 3 months ago

Base OS Image of ubuntu

Image
Operating systems
0

6.8K

casjaysdev/ubuntu repository overview

ā šŸ‘‹ 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 casjaysdev-ubuntu \
--hostname ubuntu \
-e TZ=${TIMEZONE:-America/New_York} \
casjaysdev/ubuntu:latest

⁠via docker-compose

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

⁠Get source files

dockermgr download src casjaysdev/ubuntu

OR

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

⁠Build container

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

⁠Authors

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

Tag summary

Content type

Image

Digest

sha256:81c65c8cb…

Size

253.8 MB

Last updated

3 months ago

docker pull casjaysdev/ubuntu