Sto distribuendo un'app Web composta da 5 contenitori:
- MariaDB
- PHP-FPM
- nginx
- Contenitore solo dati
- WP CLI
Quando provo a eseguire un comando CLI WP, viene visualizzato il seguente avviso:
Error: YIKES! It looks like you're running this as root. You probably meant to run this as the user that your WordPress install exists under.
If you REALLY mean to run this as root, we won't stop you, but just bear in mind that any code on this site will then have full control of your server, making it quite DANGEROUS.
If you'd like to continue as root, please run this again, adding this flag: --allow-root
So che in una normale installazione di WP avrò diversi problemi. Tuttavia, poiché i contenitori sono isolati, avrò dei problemi di sicurezza con il mio caso d'uso?