aboutsummaryrefslogtreecommitdiffstats
path: root/zoned/src/config.rs
AgeCommit message (Collapse)Author
2022-09-27fix: fix clippy warningsToby Vincent
2022-05-06refactor: generalize zfs impl into storage traitsToby Vincent
2022-04-15feat: add optional pre-container start scriptToby Vincent
2022-04-15refactor: move create container logic to http.rsToby Vincent
2022-03-24style: format with rustfmtToby Vincent
2022-03-24refactor: clean up mainToby Vincent
2022-03-20feat: implement pty over websocketToby Vincent
2022-03-17refactor: migrated from rocket to axumToby Vincent
2022-02-23style: run rustfmtNeil Kollack
2022-02-22refactor(zoned): refactor zoned to use nspawn configNeil Kollack
refactored zoned to properly implement the new nspawn features.
2022-02-21feat(nspawn): implement create containersNeil Kollack
implemented creating new containers and setting up their networking. closes #30 closes #31
2022-02-17refactor(zone_zfs): convert zfs crate to singletonToby Vincent
Refactored the zone_zfs to be a singleton with a psudo-builder pattern rocket is now managing the singleton, instead of the config.