Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artizirk/noby
Stupidly minimal docker like thing to build stuff with
https://github.com/artizirk/noby
btrfs container docker dockerfile moby nspawn python systemd
Last synced: 12 days ago
JSON representation
Stupidly minimal docker like thing to build stuff with
- Host: GitHub
- URL: https://github.com/artizirk/noby
- Owner: artizirk
- License: mit
- Created: 2017-06-30T14:47:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T13:13:20.000Z (over 4 years ago)
- Last Synced: 2024-10-28T15:56:32.563Z (2 months ago)
- Topics: btrfs, container, docker, dockerfile, moby, nspawn, python, systemd
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noby
Not moby minimal dockerfile like image builder based on btrfs subvolumes
# Install
sudo pip3 install git+https://github.com/artizirk/noby.git
For upgrade run this command
sudo pip3 install --upgrade git+https://github.com/artizirk/noby.git
# Examples
sudo ./noby.py build -f Dockerfile . -t busybox
sudo ./noby.py build -f Dockerfile-from .# Tests
Unittests
python3 -m unittest
package tests
python3 setup.py test
Integration tests
./test.sh