Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 494 Bytes

dokku-docker-tag-command

A simple Dokku plugin that exposes docker tag command.

Installation

dokku plugin:install https://github.com/Yihao-G/dokku-docker-tag.git

Usage

dokku docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]

To learn more about the available options, see docker tag command.

License

MIT