Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
/ docker-ubuntu Public archive

🐳 A configured Ubuntu sandbox development container

License

Notifications You must be signed in to change notification settings

dbushell/docker-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 Ubuntu Docker Sandbox

A configured Ubuntu sandbox container with Zsh and Starship shell prompt. Also with Vim, Git, Deno, Bun, and Node.

Why does this exists?

Usage

docker pull ghcr.io/dbushell/ubuntu

Docker CLI:

docker run -d \
  --name=ubuntu_sandbox \
  ghcr.io/dbushell/ubuntu \
  && docker exec -it ubuntu_sandbox zsh

Docker Compose:

services:
  ubuntu:
    container_name: ubuntu_sandbox
    image: ghcr.io/dbushell/ubuntu
docker compose up -d \
  && docker exec -it ubuntu_sandbox zsh

(Enter exit to escape the container.)

Shell Access

docker exec -it ubuntu_sandbox zsh

Clean Up

docker stop ubuntu_sandbox && docker rm ubuntu_sandbox

MIT License | Copyright © 2024 David Bushell

About

🐳 A configured Ubuntu sandbox development container

Resources

License

Stars

Watchers

Forks