Install nginx locally with docker Posted on February 8, 2024February 8, 2024Author theptrkPosted in docker Step: Download docker desktop Step: install nginx with “pull” and “run” Key problem: where is nginx serving? “80/tcp” Step: forward host machine requests to container “0.0.0.0:80->80/tcp”
How to format, filter docker output Posted on February 8, 2024February 8, 2024Author theptrkPosted in docker