Failure to run the 5 Minute Tutorial

Am trying to run the 5 Minute Tutorial (as detailed here: https://www.ory.sh/docs/guides/master/hydra/1-tutorial/), but it won’t run:
PS C:\Users\Paul\Desktop\Projects\OpenIdConnect\hydra> docker-compose -p hydra --verbose --log-level DEBUG up --build
compose.config.config.find: Using configuration files: .\docker-compose.yml
docker.utils.config.find_config_file: Trying paths: [‘C:\Users\Paul\.docker\config.json’, ‘C:\Users\Paul\.dockercfg’]
docker.utils.config.find_config_file: Found file at path: C:\Users\Paul.docker\config.json
docker.auth.load_config: Found ‘auths’ section
docker.auth.parse_auth: Auth data for registry.gitlab.com is absent. Client might be using a credentials store instead.
docker.auth.load_config: Found ‘credsStore’ section
Traceback (most recent call last):
File “docker-compose”, line 6, in
File “compose\cli\main.py”, line 71, in main
File “compose\cli\main.py”, line 124, in perform_command
File “compose\cli\command.py”, line 41, in project_from_options
File “compose\cli\command.py”, line 121, in get_project
File “compose\cli\command.py”, line 95, in get_client
File “site-packages\docker\api\daemon.py”, line 181, in version
File “site-packages\docker\utils\decorators.py”, line 46, in inner
File “site-packages\docker\api\client.py”, line 198, in _get
File “site-packages\requests\sessions.py”, line 521, in get
File “site-packages\requests\sessions.py”, line 508, in request
File “site-packages\requests\sessions.py”, line 618, in send
File “site-packages\requests\adapters.py”, line 440, in send
File “site-packages\urllib3\connectionpool.py”, line 600, in urlopen
File “site-packages\urllib3\connectionpool.py”, line 356, in _make_request
File “http\client.py”, line 1239, in request
File “http\client.py”, line 1285, in _send_request
File “http\client.py”, line 1234, in endheaders
File “http\client.py”, line 1026, in _send_output
File “http\client.py”, line 964, in send
File “site-packages\docker\transport\npipeconn.py”, line 31, in connect
File “site-packages\docker\transport\npipesocket.py”, line 22, in wrapped
File “site-packages\docker\transport\npipesocket.py”, line 50, in connect
pywintypes.error: (2, ‘WaitNamedPipe’, ‘The system cannot find the file specified.’)
[4512] Failed to execute script docker-compose
PS C:\Users\Paul\Desktop\Projects\OpenIdConnect\hydra>

Also: on the bottom of https://www.ory.sh/docs/guides/master/hydra/7-sdk/2-js#api-usage there’s a link to a non-existing GitHub page: https://github.com/ory/hydra/blob/master/sdk/js/hydra/swagger/README.md

This a docker issue, not a hydra one:

docker.auth.parse_auth: Auth data for registry.gitlab.com is absent. Client might be using a credentials store instead.

Tnx for the response, managed to figure it out. Sorry for the fuss