# 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