what does nginx command do inside the container?

1/31/2022

I have a pod with nginx image, but it also has the command "nginx".

apiVersion: v1 kind: Pod metadata: name: nx spec: containers:

-g daemon off is means 'nginx runs in quiet mode.

But what is 'nginx' cmd actually? Does it mean it says enter the actual web-server nginx?

-- ERJAN
kubernetes
nginx

1 Answer

1/31/2022
-- confused genius
Source: StackOverflow