I am trying to use centos6.6 in Dockerfile, I tried following both lines one by one in my Dockerfile:
FROM centos:centos6.6
FROM centos:6.6
But getting this error while running docker:
root@onl-dev:/distros/trial# docker run -it trial
docker: Error response from daemon: No command specified.
See 'docker run --help'.
Can someone suggest me if I am missing anything here?