Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making this run #5

Open
jorisvercleyen opened this issue Feb 15, 2022 · 0 comments
Open

Making this run #5

jorisvercleyen opened this issue Feb 15, 2022 · 0 comments

Comments

@jorisvercleyen
Copy link

jorisvercleyen commented Feb 15, 2022

Maybe this can help someone.

I had a little problem :)
The latest version does not run !

### Problem 1

Turns out the name has changed of mssql-server-linux:2017-latest.

Thanks for this repo btw ! Is very nice.

image

Error response from daemon: pull access denied for microsoft/mssql-server-linux, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Solution :

Replace
image: microsoft/mssql-server-linux:2017-latest
by
image: mcr.microsoft.com/mssql/server:2017-latest

in docker-compose.yml

image

### Problem 2
Unable to start Pos.Gateway

--> Error : using QoSOptions but no QosDelegatingHandlerDelegate

Solution:

Just remove all QosOptions in configuration.json

image

@jorisvercleyen jorisvercleyen changed the title Error response from daemon: pull access denied for microsoft/mssql-server-linux, repository does not exist or may require 'docker login': denied: requested access to the resource is denied Making this run Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant