https://github.com/hibuz/ubuntu-docker
🐳 custom ubuntu docker image
https://github.com/hibuz/ubuntu-docker
docker docker-compose ubuntu
Last synced: about 2 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:00:23.000Z (11 months ago)
- Last Synced: 2025-07-21T21:56:21.371Z (3 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/basedocker compose up
```### 2.3 zsh docker compose run command
- Docker build and run
``` bash
cd ubuntu-dockerdocker compose up
```## 3 docker build & run command
- see [Dockerfile](Dockerfile) & [Dockerfile.ext](Dockerfile.ext)# Reference
- https://github.com/black7375/BlaCk-Void-Zsh