Stefan Scherer
Stefan Scherer
I tried to rebuild my Windows Docker images for Node.js and the windows-build-tools package, but my latest AppVeyor builds just hang. The npm install command in my `Dockerfile` looks like...
Signed-off-by: Stefan Scherer **- What I did** I've added a timeout to the Jenkins job, I saw https://ci.docker.com/teams-dsg/job/dsg/job/app/view/change-requests/job/PR-788/6/ running "forever". **- How I did it** **- How to verify it**...
Add a Vagrant environment with a Windows domain and Active Directory to test Windows Containers in enterprise scenarios. See https://github.com/Microsoft/Virtualization-Documentation/pull/592 for a work in progress.
I tried to create a Docker Machine with the boot2docker 18.06.1 ISO with both the built-in `vmwarefusion` driver and this `vmware` driver plugin from this repo, but with both I...
At the moment using Docker, Docker Machine with VMware on a Windows 10 machine in WSL looks like this: ( This is from my slides https://www.slideshare.net/stefscherer/setup-a-dev-environment-that-feels-like-home-on-windows-10/35?src=clipshare ) The user has...
After reading https://desertbot.io/blog/setup-pi-zero-w-headless-wifi I now know that it's possible to enable ssh and configure WiFi for a Raspberry Pi Zero on first boot with standard Raspbian LITE. It would be...
I did some tests with QEMU today. ``` 1 curl -o kernel-qemu-4.4.34-jessie https://github.com/dhruvvyas90/qemu-rpi-kernel/blob/master/kernel-qemu-4.4.34-jessie?raw=true 2 curl -Lo hypriotos-rpi-v1.7.1.img.zip https://github.com/hypriot/image-builder-rpi/releases/download/v1.7.1/hypriotos-rpi-v1.7.1.img.zip 3 unzip hypriotos-rpi-v1.7.1.img.zip 4 sudo mkdir /mnt/hypriotos 5 sudo mount -v -o...
On a Windows host with VirtualBox the provision script fails  It seems that Vagrant has to create a simpler name for the share. A...
Running the Vagrant box from a Windows 10 host with Hyper-V shows the following error: The Vagrant box mounts the current user directory into the Windows 2016 VM through SMB....
The image linuxkit/binfmt currently only has amd64. For Docker Desktop for Mac M1 Apple Silicon we need this image for arm64 that also enables qemu for amd64 binaries running on...