Pos icon indicating copy to clipboard operation
Pos copied to clipboard

Making this run

Open jorisvercleyen opened this issue 3 years ago • 0 comments

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 avatar Feb 15 '22 16:02 jorisvercleyen