Skip to content
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.

RFE: rkt stop --uuid-file #2892

Closed
Closed
@Andrei-Pozolotin

Description

  1. rkt rm supports --uuid-file
    https://coreos.com/rkt/docs/latest/subcommands/rm.html

  2. 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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions