Flags
Sat Jul 30 2022 21:57:49 GMT+0000 (Coordinated Universal Time)
Saved by
@Polly
#commands
#flags
# port forwarding -p (publish)
# maps port from container to host
# access port 80 on server on containers' port 80
docker run -p 80:80 docker/image
# into OS - use console as if in OS environment
-it
content_copyCOPY
Comments