Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 403 Bytes

Taxila Docker

  • Para iniciar o docker vá onde está o arquivo Dockerfile e rode: -- docker build .

  • Pegue o ID do docker (docker images) e rode: -- docker run -d -P --name taxila2 docker_id

  • Printe a tela que o docker usa: -- echo sudo docker port test_sshd_container

  • Por fim pegue o ip do docker: -- echo docker inspect taxila2 | grep 'IPAddress'