Instalei o docker numa vm ubuntu recem criada e segui as instruções conforme a aula , porém quando uso:
felipenery@felipenery-virtual-machine:~$ docker run hello-world -d
Dá o erro: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-d": executable file not found in $PATH: unknown. ERRO[0000] error waiting for container:
Pelo que vi acontece que com todas as imagens que eu tento o docker run com o paraâmetro -d.
P. ex. felipenery@felipenery-virtual-machine:~$ docker run dockersamples/static-site -d docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-d": executable file not found in $PATH: unknown. ERRO[0000] error waiting for container:
Preciso de ajuda para continuar.
Obrigado.