docker image name code example
Example 1: docker rename image tag
docker image tag server:latest myname/server:latest
Example 2: docker images command
docker images
NOTE:
To see which images are present locally, use the "docker images" command:
REPOSITORY TAG IMAGE ID CREATED SIZE
debian jessie f50f9524513f 5 days ago 125.1 MB
debian latest f50f9524513f 5 days ago 125.1 MB
Example 3: update docker image name
docker rename | Docker Documentation
Example 4: check docker images
docker images [OPTIONS] [REPOSITORY[:TAG]]