Skip to content

Instantly share code, notes, and snippets.

View bmschwa's full-sized avatar

Brian bmschwa

  • 11:24 (UTC -05:00)
View GitHub Profile
@bmschwa
bmschwa / about.md
Created June 21, 2019 03:57 — forked from robfe/about.md
Running localstack in docker for windows with persistence enabled

Running localstack in docker for windows with persistence enabled

Running on Docker for Windows

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:

The docker.sock volume won't work on windows

We can just comment that line out: