I am trying to setup MSSQL for my macOS and can't get the docker image to load and create a container. I have downloaded Docker and have it up and running
Downloaded:
docker pull microsoft/mssql-server-linux
Then run via Terminal:
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=<my password here> -e
'MSSQL_PID=Express' -p 1433:1433 -d microsoft/mssql-server-
linux:latest
I then run
docker ps
and receive, with no data
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
I am not sure where the issue occurring
docker ps -athen you will be able to see the stopped container and get the logs.