Base OS Image of ubuntu
6.8K
ubuntu README
sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
sudo systemmgr --config && sudo systemmgr install scripts
dockermgr update ubuntu
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
version: "2"
services:
ProjectName:
image: casjaysdev/ubuntu
container_name: casjaysdev-ubuntu
environment:
- TZ=America/New_York
- HOSTNAME=ubuntu
restart: always
dockermgr download src casjaysdev/ubuntu
OR
git clone "https://github.com/casjaysdev/ubuntu" "$HOME/Projects/github/casjaysdev/ubuntu"
cd "$HOME/Projects/github/casjaysdev/ubuntu"
buildx
š¤ casjay: Githubā š¤
āµ casjaysdev: Githubā Dockerā āµ
Content type
Image
Digest
sha256:81c65c8cbā¦
Size
253.8 MB
Last updated
3 months ago
docker pull casjaysdev/ubuntu