threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Issue installing 3bot on windows #729

Closed PeterNashaat closed 4 years ago

PeterNashaat commented 4 years ago

Error in executing docker run --name=3bot --hostname=3bot -d -p 7000:80 -p 5000:8888 -p 4000:443 -p 9001:9001/udp -p 9000:22 --device=/dev/net/tun --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=DAC_OVERRIDE --cap-add=DAC_READ_SEARCH -v C:\Users\Tom Van den Keybus\sandbox\myhost:/sandbox/myhost threefoldtech/3bot2 /sbin/my_init: Traceback: docker: invalid reference format: repository name must be lowercase. See 'docker run --help'.

Windows 10 Pro 64 bit 3sdk_v10.5.3_windows docker desktop

grimpy commented 4 years ago

Looks like a spacing issue in the path (cause of the username) needs better escaping in the code

waleedhammam commented 4 years ago

Bin available at latest 10.6rc1 release here https://github.com/threefoldtech/jumpscaleX_core/releases/tag/v10.6rc1

AhmedHanafy725 commented 4 years ago

I was able to reproduce the error with 10.5.3 binary.

image

And it works fine with the latest binary 10.6rc1

image

Verified