Localstack comes with a docker-compose file that won't quite work when you're running the (linux) container in docker for Windows.
Two changes need to be made:
We can just comment that line out:
| #!/bin/sh | |
| # Install Docker | |
| curl -sSL get.docker.com | sh && \ | |
| sudo usermod pi -aG docker | |
| # Disable Swap | |
| sudo dphys-swapfile swapoff && \ | |
| sudo dphys-swapfile uninstall && \ | |
| sudo update-rc.d dphys-swapfile remove |
| #!/bin/sh | |
| hostname=$1 # k8s-node-X | |
| ip=$2 # should be of format: 10.0.0.X | |
| # Change the hostname | |
| sudo hostnamectl set-hostname $hostname | |
| sudo sed -i s/raspberrypi/$hostname/g /etc/hosts | |
| # Set the static ip |
Localstack comes with a docker-compose file that won't quite work when you're running the (linux) container in docker for Windows.
Two changes need to be made:
We can just comment that line out:
After checking multiple tutorials I had to take pieces from each of the following to get this to work on my Win10 system:
Basically it uses the steps from the first article, but under the background path from the second article.
Neither article on its own worked for me.
Steps:
UTC: 2025-11-03 03:37
jtcmedia/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the Chocolatey-AU module.
Ignored | History | Force Test | [Releases](https://github.com/jtcmedia/chocolatey-packages/ta