Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nod-ai/base-docker-images

Utility repository for publishing docker images that we depend on.
https://github.com/nod-ai/base-docker-images

Last synced: 7 days ago
JSON representation

Utility repository for publishing docker images that we depend on.

Awesome Lists containing this project

README

        

# docker-build
Utility repository for publishing docker images that we depend on.

These images build and publish automatically by GH actions. To
build locally, use a command like:

```
docker buildx build --file dockerfiles/some.Dockerfile .
```

This will print a SHA image id, which you can run with:

```
sudo docker run --rm -it --entrypoint /bin/bash <>
```