Hello.
I'm trying to run netapp/onecollect from docker hub with the following command:
docker run -d -p 80:80 -p 443:443 -e ACCEPT_EULA=true netapp/onecollect /NetApp/launch
The container is running and responding to web browsers. However, after I accept the self-signed HTTPS cert, I end at a "Bad Request (400)" error.
Any ideas?