-
-
Notifications
You must be signed in to change notification settings - Fork 450
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
dat doctor crashes when running inside docker container #1171
Comments
Can you try in the latest dat with ndoe 12? We are also no longer supporting dat-doctor. |
Hi @okdistribute I will try with the lates version and report the result here. One additional note, I was not using |
@okdistribute here are the compilation result, when switching to the https://gitlab.com/mkroehnert/dat-doctor-docker/snippets/1958240 Basically, the When I run Basic Test:
The Peer-to-Peer test seems to run:
|
Just realized what was meant with I installed |
thank you! |
I am reporting:
Bug Report
Please give us details about your installation to assist you. Run
dat -v
to see the version of Dat you are using.Docker image: https://gitlab.com/mkroehnert/dat-doctor-docker
Note: I had to use the Alpine image with Node10, because newer versions would not allow me to build some of the native extensions successfully (e.g. utp-native).
Expected behavior
docker build -t dat/doctor .
docker run --network host -it --rm dat/doctor
(running with host network to prevent NAT issues)dat doctor
in docker ttyActual behavior
docker build -t dat/doctor .
docker run --network host --interactive --tty --rm dat/doctor
dat doctor
in docker ttyDebug Logs
Issues I checked before reporting this issue:
#841
#858
#1158
The text was updated successfully, but these errors were encountered: