aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 639e997e60d1d892868e585f466ea57bece397ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# [zone]

[![builds.sr.ht status](https://builds.sr.ht/~tobyvin/zone.svg)](https://builds.sr.ht/~tobyvin/zone?)

A lightweight container management system.

This project is in the **EARLY** developmental stage

## Usage

Run `zone --help` to get started.

## Installation via Cargo

    # Install the cli tool and daemon
    cargo install --git=https://git.sr.ht/~tobyvin/zone zone zoned

## Building

    git clone https://git.sr.ht/~tobyvin/zone
    cd zone
    cargo build

## Contributing

Send patches to the [mailing list], report bugs on the [issue tracker].

For help sending patches to this list, please consult [git-send-email.io].

## License

MIT License, see [license].

[zone]: https://sr.ht/~tobyvin/zone/
[mailing list]: https://lists.sr.ht/~tobyvin/zone-devel
[issue tracker]: https://todo.sr.ht/~tobyvin/zone
[git-send-email.io]: https://git-send-email.io/
[license]: LICENSE