Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavelsjo/ubuntu-base-docker
How to create ubuntu base docker image from scratch
https://github.com/pavelsjo/ubuntu-base-docker
Last synced: about 1 month ago
JSON representation
How to create ubuntu base docker image from scratch
- Host: GitHub
- URL: https://github.com/pavelsjo/ubuntu-base-docker
- Owner: pavelsjo
- Created: 2022-09-24T15:35:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T18:46:57.000Z (over 2 years ago)
- Last Synced: 2023-10-17T02:47:49.056Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```gitbash
docker build --tag ubuntu:22.04 .
docker run -it ubuntu:22.04 sh
```# Helps
- [How to create ubuntu base docker image](https://www.youtube.com/watch?v=jip0YTNtXzA)
- [Packaging your software](https://docs.docker.com/build/building/packaging/)
- [Ubuntu-Base](https://cdimage.ubuntu.com/ubuntu-base/releases/)
- [Ubuntu Partner Images](https://partner-images.canonical.com/oci/)