coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

Documentation: fix unavailable rkt options in examples #1683

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

Apparently rkt doesn't support a single dash in its option any more. For example, "rkt -volume" doesn't work any more. Use double dash instead: "rkt --volume"

Also --insecure-skip-verify doesn't exist. Use --insecure-options=image instead.

jonboulle commented 7 years ago

lgtm