$ sudo docker pull ubuntu $ sudo docker images REPOSITORY TAG IMAGE ID CREATED SIZE ubuntu latest 16508e5c265d 10 days ago 84.1MB $ sudo docker build -t example ./ $ sudo docker images REPOSITORY TAG IMAGE ID CREATED SIZE example latest 62f7ae565c29 About a minute ago 221MB ubuntu latest 16508e5c265d 10 days ago 84.1MB