Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 304 Bytes

windows.md

File metadata and controls

9 lines (6 loc) · 304 Bytes

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 fnproject/fnserver

Then everything should work as normal.