mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
301 B
301 B
Running on Windows
Windows doesn't support Docker in Docker so you'll change the run command to the following:
docker run --rm --name functions -it -v /var/run/docker.sock:/var/run/docker.sock -v ${pwd}/data:/app/data -p 8080:8080 iron/functions
Then everything should work as normal.