Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 272 Bytes

ports.md

File metadata and controls

11 lines (6 loc) · 272 Bytes

ports

docker run -d -p 8080:80 nginx

docker run -d -p 127.0.0.1:8080:80 nginx

docker run -d -p 8080:80 -p 8081:80 nginx

docker port

if using docker toolbox mention its ip adress is 192.168. 99.100