Docker tag: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
docker tag ''source-image''[:''tag''] ''target-image''[:''tag''] | docker tag ''source-image''[:''tag''] ''target-image''[:''tag''] | ||
Create a [[Docker_Concepts#Tag|tag]] ''target-image'' that refers to ''source-image''. | Create a [[Docker_Concepts#Tag|tag]] ''target-image'' that refers to ''source-image''. |
Revision as of 23:48, 23 January 2018
Overview
docker tag source-image[:tag] target-image[:tag]
Create a tag target-image that refers to source-image.