https://github.com/containercraft/neutrino
a viable particle of bits permeating all compute
https://github.com/containercraft/neutrino
Last synced: 3 months ago
JSON representation
a viable particle of bits permeating all compute
- Host: GitHub
- URL: https://github.com/containercraft/neutrino
- Owner: ContainerCraft
- License: gpl-3.0
- Created: 2021-02-17T03:53:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T04:50:05.000Z (over 5 years ago)
- Last Synced: 2025-03-05T15:51:49.842Z (over 1 year ago)
- Language: Dockerfile
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neutrino
a viable particle of bits permeating all compute
## Objective:
Ready to run Bare Metal Live/Ephemeral K8s Container OS with all built in Dependencies
Dependencies:
- CRIO
- Kubectl
- Kubeadm
- Flannel
## Dev status
Super dirty right now. Completely broken. But the images are built with the Dockerfile. These flags obviously make no sense.
```
buildah bud --device=/dev/kvm:/dev/kvm --device=/dev/fuse:/dev/fuse --security-opt label=disable --security-opt seccomp=unconfined --cap-add SYS_ADMIN -t awesometest:latest
```