This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
Closed
Description
-
rkt rm
supports--uuid-file
https://coreos.com/rkt/docs/latest/subcommands/rm.html -
rkt stop
does NOT support--uuid-file
https://coreos.com/rkt/docs/latest/subcommands/stop.html
rkt stop --uuid-file
is required for this sequence to work:
rkt run --uuid-file-save=/run/rkt-uuids/mypod ...
rkt stop --uuid-file=/run/rkt-uuids/mypod
rkt rm --uuid-file=/run/rkt-uuids/mypod