Skip to content

Checkpoint dir option is broken in 17.06 when creating checkpoints #34601

@pronvit

Description

@pronvit

With 17.03.0~ce-0~ubuntu-xenial:

docker checkpoint create --checkpoint-dir=/some/path container_name checkpoint_name stores checkpoint data in /some/path/checkpoint_name

With 17.06.1~ce-0~ubuntu:

docker checkpoint create --checkpoint-dir=/some/path container_name checkpoint_name stores checkpoint data in /some/path/CONTAINER_ID/checkpoints/checkpoint_name

Looks like this commit/line broke it d400518#diff-d2fd8e9feab75f193a7d19493831c1f1R24

Or was it intentional?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/checkpointRelated to (experimental) checkpoint/restore (CRIU)kind/bugBugs are bugs. The cause may or may not be known at triage time so debugging may be needed.kind/experimental

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions