Docker: Difference between revisions

Jump to navigation Jump to search
122 bytes added ,  3 May 2016
add tag an image
add list iamges
 
add tag an image
Line 4: Line 4:
$ docker images
$ docker images
</source>
</source>
Tag an image
<syntaxhighlight lang="bash">
$ docker tag 7d9495d03763 maryatdocker/docker-whale:latest
</syntaxhighlight>

Navigation menu