When trying to startup sql-server I get this error. Is the log only contained in the docker container?
$ docker run -p 1433:1433 -t -e SA_PASSWORD='<password>' -e ACCEPT_EULA=Y microsoft/mssql-server-linux
Configuring Microsoft(R) SQL Server(R)...
Microsoft(R) SQL Server(R) setup failed with error code 1. Please check the setup log in /var/opt/mssql/log for more information.
But while in the container... The mssql folder is not there!
root@bdd24ed25e8b:/var/opt# ls
root@bdd24ed25e8b:/var/opt#