Jake
Jake
Try use 'SA_PASSWORD' option instead of 'MSSQL_SA_PASSWORD' option and note The password must be at least 8 characters long and contain characters from three of the following four sets: Uppercase...
@fadykamil Im got the same problem. Try "docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=12345qwerASDF' -p 1433:1433 -it microsoft/mssql-server-linux:2017-latest". You can use -d option instead of -it option. It work for me
Same here https://github.com/bitquery/explorer/issues/37
1. Dockerfile ` FROM ruby:2.6.3-alpine RUN apk add --update --no-cache \ binutils-gold \ build-base \ curl \ file \ g++ \ gcc \ git \ less \ libstdc++ \ libffi-dev...
> Ok, got it on how to fix this one. > > First we know that we need to change the logging format as containerd do not use json format...