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

https://github.com/nik-sta/alpine

Alpine Linux with useful tools to run production-grade applications on it.
https://github.com/nik-sta/alpine

Last synced: 4 months ago
JSON representation

Alpine Linux with useful tools to run production-grade applications on it.

Awesome Lists containing this project

README

          

# alpine
Alpine Linux with useful tools to run production-grade applications on it.

# Build with buildx

```bash
docker build \
--tag nikolastankovic/alpine:latest \
--pull \
--rm \
--no-cache \
--progress=plain \
--load \
.

docker run -it --rm nikolastankovic/alpine:latest /bin/bash
docker run --rm nikolastankovic/alpine:latest whoami
```