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

https://github.com/vimpostor/containers

Various container images
https://github.com/vimpostor/containers

containers docker podman

Last synced: about 1 year ago
JSON representation

Various container images

Awesome Lists containing this project

README

          

# Containers

This repository contains various miscellaneous container images. Prebuilt images are available at [Docker Hub](https://hub.docker.com/u/vimpostor) in the `vimpostor` namespace.

Instructions to push a new image:

```bash
podman build -t imagename .
podman login docker.io
podman push imagename:latest vimpostor/imagename:latest
```

Or alternatively use the [provided script](scripts/podman-push.sh) from the respective directory.