https://github.com/hibuz/ubuntu-docker
🐳 custom ubuntu docker image
https://github.com/hibuz/ubuntu-docker
docker docker-compose ubuntu
Last synced: 5 months ago
JSON representation
🐳 custom ubuntu docker image
- Host: GitHub
- URL: https://github.com/hibuz/ubuntu-docker
- Owner: hibuz
- Created: 2021-08-29T09:43:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:00:23.000Z (over 1 year ago)
- Last Synced: 2025-08-12T18:41:26.161Z (11 months ago)
- Topics: docker, docker-compose, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom ubuntu docker image
## 1. Just use Ubuntu OS with `ubuntu` as default user
- Docker run temporary
``` bash
docker run --rm -it hibuz/bash
```
## 2. Addtional images
### 2.1 clone repository
``` bash
git clone https://github.com/hibuz/ubuntu-docker
```
### 2.2 simple docker compose run command
- Docker run
``` bash
cd ubuntu-docker/base
docker compose up
```
### 2.3 zsh docker compose run command
- Docker build and run
``` bash
cd ubuntu-docker
docker compose up
```
## 3 docker build & run command
- see [Dockerfile](Dockerfile) & [Dockerfile.ext](Dockerfile.ext)
# Reference
- https://github.com/black7375/BlaCk-Void-Zsh