containers - docker: official ubuntu 14.04 image -
i seek find official ubuntu 14.04 image:
docker search ubuntu | grep -i offi
but find image, trust:
ubuntu official ubuntu base of operations image
the other images unknown sources (like foouser/ubuntu...) , , don't trust these sources.
the 1 found 1 want. utilize 14.04/trusty tag:
docker run -it ubuntu:trusty /bin/bash
containers docker
No comments:
Post a Comment