Generation

linuxSun, 13 Nov 2022

Make container to run nginx

docker run -d -p 8080:80 --name web1 -v test:/usr/share/nginx/html nginx

Want to kickstart your project?Use the new AI Studio to create your code