Mon conteneur Docker ne semble pas avoir la commande service
. Comment redémarrer nginx
?
Par exemple.
# uname -r
3.13.0-119-generic
bash-4.3# uname -a
Linux <container id> 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:18:55 UTC 2017 x86_64 Linux
bash-4.3# service nginx restart
bash: service: command not found
Cela dépend si votre conteneur exécute systemd, sysV ou upstart.
Les choix valables à ce stade sont
/etc/init.d/nginx restart
et
systemctl restart nginx