https://github.com/giuseppe/atomic-toolbox
https://github.com/giuseppe/atomic-toolbox
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/giuseppe/atomic-toolbox
- Owner: giuseppe
- Created: 2015-12-04T15:55:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T11:02:12.000Z (over 9 years ago)
- Last Synced: 2025-01-25T08:08:45.881Z (5 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atomic-toolbox
An experiment based on the CoreOS toolbox script.
Differently than CoreOS, make the host rootfs accessible at '/',
instead of '/host'.Poorly tested, it may break.
The idea is that given a rpm-ostree configuration file as:
emacs.json:
```json
{
"ref": "fedora-atomic/f22/x86_64/emacs",
"repos": ["fedora-22"],
"container": true,
"packages": ["emacs"]
}
```it is possible to run:
```
atomic-toolbox.sh --install fedora-atomic fedora-atomic/f22/x86_64/emacs
```and
```
atomic-toolbox.sh fedora-atomic/f23/x86_64/emacs emacs a_file_in_the_current_directory.c
```to be able to access a file in the local directory on the host through Emacs.