LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Containers (https://www.linuxquestions.org/questions/linux-containers-122/)
-   -   Docker and Nginx (https://www.linuxquestions.org/questions/linux-containers-122/docker-and-nginx-4175734463/)

Jason.nix 03-02-2024 11:20 AM

Docker and Nginx
 
Hello,
I am new to Docker. I've seen a few tutorials on how to install Nginx on Docker. Some of them used docker pull command and some of them used docker-compose tool. Which one is better?

Thank you.

pan64 03-02-2024 01:35 PM

neither is better. But anyway, docker pull is probably not as hard as docker compose.

dugan 03-02-2024 02:18 PM

In the absence of any other information: the one that uses compose probably does more for you.

Jason.nix 03-03-2024 06:16 AM

Quote:

Originally Posted by dugan (Post 6487155)
In the absence of any other information: the one that uses compose probably does more for you.

Hello,
Thank you so much for your reply.
Is docker-compose a tool to simplify things?

dugan 03-03-2024 01:52 PM

Yes :)


All times are GMT -5. The time now is 02:33 AM.