I am new to Docker. I am running CentOS 8. I am running Docker version 19.03.12, build 48a66213fe. I am trying to stand up a new DNS/BIND server/container with this: docker run --name bind -d --restart=always \ --publish 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \ --volume /srv/docker/bind:/data \ sameersbn/bind:9.9.5-20170129
After running this command, I get this error:
docker: invalid reference format.
See ‘docker run --help’.