Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)