Getting the below error while trying to validate the Kong Connect Run Time configuration in Windows Machine

Hi Team,

I am following the below documentation

and trying to setup Kong Konnect Runtime configuration on Windows machine.
After configuring new run time I got the below message.

Running checks…
pulling kong docker image…
done
Ready to launch
1f594e4149721963c47d9b1dc4f2d0a398e6cc92b1c1f7512d066bd2c8e12257
Enjoy the flight!

However I don’t see any docker containers running if I run docker container ls command.
I do have docker installed on my machine and I can see the image in the list.
When I tried to run the docker container manually using the below command I am getting the below error.

$ docker run kong/kong-gateway:2.4.1.1-alpine

2021/08/29 18:08:38 [error] 1#0: init_by_lua error: /usr/local/share/lua/5.1/kong/init.lua:495: [PostgreSQL error] failed to retrieve PostgreSQL server_version_num: connection refused
stack traceback:
[C]: in function ‘assert’
/usr/local/share/lua/5.1/kong/init.lua:495: in function ‘init’
init_by_lua:3: in main chunk
nginx: [error] init_by_lua error: /usr/local/share/lua/5.1/kong/init.lua:495: [PostgreSQL error] failed to retrieve PostgreSQL server_version_num: connection refused
stack traceback:
[C]: in function ‘assert’
/usr/local/share/lua/5.1/kong/init.lua:495: in function ‘init’
init_by_lua:3: in main chunk

I don’t see any steps related to Postgre setup in the documentation provided or in the developer labs video session.
Can you please let me know if I need to make any more changes to make the container run and to resolve this error ?