https://github.com/bean5/docker.linux-flavors
Nix and arch. What more can you ask for?
https://github.com/bean5/docker.linux-flavors
alpine arch nix nixos
Last synced: 5 months ago
JSON representation
Nix and arch. What more can you ask for?
- Host: GitHub
- URL: https://github.com/bean5/docker.linux-flavors
- Owner: bean5
- Created: 2024-09-13T16:31:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T21:48:48.000Z (about 1 year ago)
- Last Synced: 2025-08-23T19:25:03.775Z (10 months ago)
- Topics: alpine, arch, nix, nixos
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Flavors
A quick way to try Linux flavors via docker. Easy to extend. Quick to try:
```sh
docker compose run alpine
docker compose run arch
docker compose run nix
```
From there, you can poke around and play.
Arch, Alpine, and NixOS...what more can you ask for?
## Notes
Yes, you could just use vanilla docker-commands, but between learning and applying, you have a sandbox in `compose.yml` for storing your knowledge. For example, you can update the file to encode updates to run, favorite packages, etc. The sandbox is yours to enjoy.
## Contributions
Ideas and contributions are welcome!
## License
Free for use. No strings attached. Make it your own. Don't blame me for anything. Use at your own risk. Just plain fun. No warranty or promises and no large amounts of legal text. I stand on the should of giants and make no effort to call any of this my own.
This is a simple repository with no actual IP. Just a demonstration of how I sometimes learn the ropes of a new distribution.