5
votes
WoL across subnets
On your router that routes between the two subnets in question, you probably need to enter a permanent/static ARP table entry for the target machine.
Many machines with more old-school, rudimentary ...
3
votes
WoL across subnets
The answer Zac67 linked has an interesting point about directed broadcasts. I did some experimentation and as long as I enable directed broadcasts on the docker interface:
echo 1 > /proc/sys/net/...
1
vote
Ffmpeg segmentation fault when concatenating H264 videos
I don't know why I was using sdk:8.0 in my example and not runtime:8.0, but they both exhibit the same behaviour.
As suggested in the comments, I switched to another flavour of the 8.0 image (runtime:...
1
vote
Docker Compose service accessible only via VPN
The simplest way is to do this is to have the app container share the same network namespace as the VPN server. For example, if the app were an NGINX webserver, you could use a compose file like this:
...
1
vote
Headless standalone Unity application in a docker container with GPU acceleration (Repost from SO)
TigerVNC starting from 1.14.0 supports hardware accelerated OpenGL and Vulkan on drivers that supports GBM. It seems that it also requires that your gpu driver supports DRI3, excluding proprietary ...
1
vote
Accepted
Docker networking not working with bridged host interfaces
Reset all iptables rules and re-installed docker to get it working
1
vote
Docker on WSL. Want to mount a applicable folder on Windows10 with WSL
Running docker continer with blind mounts -v, they say use absolute path of host. I have see ${PWD} if using powershell or $(pwd) for CMD. However, I found that this doesn't always work because of WSL ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
docker × 1968linux × 464
networking × 264
ubuntu × 210
docker-for-windows × 125
windows × 93
docker-compose × 86
ssh × 78
virtualbox × 77
windows-10 × 75
nginx × 64
dns × 60
windows-subsystem-for-linux × 59
container × 58
virtual-machine × 52
iptables × 52
macos × 48
bash × 48
virtualization × 46
debian × 42
wsl2 × 42
centos × 39
python × 39
hyper-v × 39
mysql × 38