You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└─$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 009: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
And the problem is that I can't see the connected usb device in windows 7.
docker version
└─$ docker version
Client:
Version: 26.1.5+dfsg1
API version: 1.45
Go version: go1.23.4
Git commit: a72d7cd
Built: Sun Dec 29 18:36:47 2024
OS/Arch: linux/amd64
Context: default
Server:
Engine:
Version: 26.1.5+dfsg1
API version: 1.45 (minimum version 1.24)
Go version: go1.23.4
Git commit: 411e817
Built: Sun Dec 29 18:36:47 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.24ds1
GitCommit: 1.7.24ds1-4
runc:
Version: 1.1.15+ds1
GitCommit: 1.1.15+ds1-1+b1
docker-init:
Version: 0.19.0
GitCommit:
windows | ❯ Starting Windows for Docker v4.08...
windows | ❯ For support visit https://github.com/dockur/windows
windows | ❯ CPU: Intel Core i5 8500 | RAM: 7/8 GB | DISK: 190 GB (ext4) | KERNEL: 6.11.2-amd64...
windows |
windows |
windows | ❯ Booting Windows (legacy) using QEMU v9.2.0...
windows | qemu-system-x86_64: Warning: speed mismatch trying to attach usb device "USB2CAN" (full speed) to bus "ehci.0", port "2" (high speed)
windows |
windows | qemu-system-x86_64: Warning: speed mismatch trying to attach usb device "USB2CAN" (full speed) to bus "ehci.0", port "2" (high speed)
windows | qemu-system-x86_64: Warning: speed mismatch trying to attach usb device "USB2CAN" (full speed) to bus "ehci.0", port "2" (high speed)
windows | ❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
windows | O
windows | S
windows | (v
windows | e
........
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
Operating system
Kali Linux 2024.4
Description
Base linux:
or
And the problem is that I can't see the connected usb device in windows 7.
docker version
Server:
Engine:
Version: 26.1.5+dfsg1
API version: 1.45 (minimum version 1.24)
Go version: go1.23.4
Git commit: 411e817
Built: Sun Dec 29 18:36:47 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.24
ds1ds1-4GitCommit: 1.7.24
runc:
Version: 1.1.15+ds1
GitCommit: 1.1.15+ds1-1+b1
docker-init:
Version: 0.19.0
GitCommit:
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "7e"
DISK1_SIZE: "32G"
ARGUMENTS: "-usb -device usb-host,vendorid=0x0403,productid=0x6001"
volumes:
- /home/pless/windock/install:/data
devices:
- /dev/kvm
- /dev/net/tun
- /dev/bus/usb
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
Docker log
windows | ❯ Starting Windows for Docker v4.08...
windows | ❯ For support visit https://github.com/dockur/windows
windows | ❯ CPU: Intel Core i5 8500 | RAM: 7/8 GB | DISK: 190 GB (ext4) | KERNEL: 6.11.2-amd64...
windows |
windows |
windows | ❯ Booting Windows (legacy) using QEMU v9.2.0...
windows | qemu-system-x86_64: Warning: speed mismatch trying to attach usb device "USB2CAN" (full speed) to bus "ehci.0", port "2" (high speed)
windows |
windows | qemu-system-x86_64: Warning: speed mismatch trying to attach usb device "USB2CAN" (full speed) to bus "ehci.0", port "2" (high speed)
windows | qemu-system-x86_64: Warning: speed mismatch trying to attach usb device "USB2CAN" (full speed) to bus "ehci.0", port "2" (high speed)
windows | ❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
windows | O
windows | S
windows | (v
windows | e
........
Screenshots (optional)
The text was updated successfully, but these errors were encountered: