SyntaxFix
Write A Post
Hire A Developer
Questions
Since 1.10 release, you can now add multiple tags at once on build:
docker build -t name1:tag1 -t name1:tag2 -t name2 .
Source: Add ability to add multiple tags with docker build