docker tag <containerid> <yourtag>
docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] # example ('0e5574283393' is local image id) docker tag 0e5574283393 fedora/httpd:version1.0