Where to place app config/logs in container – Docker
I've got a python package running in a container. Is it best practice to install it in /opt/myapp within the container? Should the logs go in /var/opt/myapp? Should the config files go in /etc/opt/myapp? Is anyone recommending writing logs and…