Skip to content

Modify docker tag, docker commit and docker import #2294

@vieux

Description

@vieux

Currently we accept [repo:[tag]] everywhere in the cli...

But not in docker tag, docker commit and docker import where it's [REPO [TAG]]

Therefore, docker commit 23197317646327732 test:tag will create an image named test:tag, with the latest tag

We should use [REPO:[TAG]] everywhere.

We should do the split in the server, and so change the API to receive only on parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions