Boa noite,
Estou na 4 aula do curso e quando tento executar o direcionamento de portas para 8080 no testes está gerando o erro:
This site can’t be reached
172.17.0.2 refused to connect.
O comando que estou executando é o abaixo:
cesar@cesar-Aspire:~$ docker run -it -p 8080:80 ubuntu/apache bash
root@fa09f66c68f2:/# apachectl start
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
Alguém pode me ajudar?