rpm-ostree/api-doc/treefile-examples/fedora-rawhide-docker.json
Jonathan Lebon 1fe66e91d0 rust/treefile: Support dash convention for all options
Now that we support YAML, it's a gotcha/eyesore that some of our options
use underscores rather than dashes. Let's be nice and switch those few
options over, while of course still supporting the previous name.

Co-authored-by: Colin Walters <walters@verbum.org>

Closes: #1749
Approved by: cgwalters
2019-03-02 19:20:21 +00:00

10 lines
187 B
JSON

{
"ref": "fedora-atomic/rawhide/x86_64/server/docker",
"include": "fedora-rawhide-base.json",
"packages": ["docker-io"],
"units": ["docker.service", "docker.socket"]
}