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

Can't connect to local Windows containers #3579

Closed
bakgaard opened this issue Feb 25, 2020 · 6 comments
Closed

Can't connect to local Windows containers #3579

bakgaard opened this issue Feb 25, 2020 · 6 comments

Comments

@bakgaard
Copy link

bakgaard commented Feb 25, 2020

Question:
When I follow the installation guide for Windows containers, I get the following scenario after I create my user:

image

Clicking connect shows the following box:

image

Checking the log in Docker For Windows give me the following output:

2020/02/25 15:45:53 server: Reverse tunnelling enabled

2020/02/25 15:45:53 server: Fingerprint e9:27:c6:1d:87:59:c7:c3:f0:bd:e3:a7:e6:87:d4:13

2020/02/25 15:45:53 server: Listening on 0.0.0.0:8000...

2020/02/25 15:45:53 Starting Portainer 1.23.1 on :9000

2020/02/25 15:45:53 [DEBUG] [chisel, monitoring] [check_interval_seconds: 10.000000] [message: starting tunnel management process]

2020/02/25 15:46:06 http error: Invalid JWT token (err=Invalid JWT token) (code=401)

2020/02/25 15:46:06 http error: No administrator account found inside the database (err=Object not found inside the database) (code=404)

2020/02/25 15:46:20 http error: Unable to initiate communications with endpoint (err=error during connect: This error may indicate that the docker daemon is not running.: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/_ping: open //./pipe/docker_engine: message readmode pipes not supported) (code=500)

2020/02/25 15:49:08 http error: Unable to initiate communications with endpoint (err=error during connect: This error may indicate that the docker daemon is not running.: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/_ping: open //./pipe/docker_engine: message readmode pipes not supported) (code=500)

I can't get it running on Windows containers, and Linux containers is not an option for me.

@ncresswell
Copy link
Member

ncresswell commented Feb 25, 2020 via email

@bakgaard
Copy link
Author

bakgaard commented Feb 25, 2020

That is working - thank you!

docker run -d -p 8000:8000 -p 9000:9000 --name portainer --restart always -v \\.\pipe\docker_engine:\\.\pipe\docker_engine -v portainer_data:C:\data portainerci/portainer:fix3568-bump-go-winio-lib-windows1903-amd64

Can we assign another ticket to this one, or is it the first open ticket on it?

@ncresswell
Copy link
Member

ncresswell commented Feb 25, 2020 via email

@ghost ghost added the duplicate label Feb 25, 2020
@ghost
Copy link

ghost commented Feb 25, 2020

Closing as duplicate of #3568

@ghost ghost closed this as completed Feb 25, 2020
@Morgma
Copy link

Morgma commented Mar 17, 2020

I just had this problem on Docker for Windows v19.03.8 on Windows 10 v10.0.18362.657, but this fix image works: portainerci/portainer:fix3568-bump-go-winio-lib-windows1903-amd64, so I'm wondering if this was expected to have been merged into the latest by now?

@ncresswell
Copy link
Member

ncresswell commented Mar 17, 2020 via email

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants