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.
- Host: GitHub
- URL: https://github.com/nik-sta/alpine
- Owner: nik-sta
- License: unlicense
- Created: 2023-12-31T14:32:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T09:33:04.000Z (over 2 years ago)
- Last Synced: 2025-01-23T18:49:25.265Z (over 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```