Skip to content

Commit

Permalink
Update Readme: Docker file sharing need to be enabled (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
heikkis authored and sanathkr committed Aug 15, 2017
1 parent e3b6a17 commit a07d167
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Running Serverless projects and functions locally with SAM Local requires Docker
- Windows: [Docker Toolbox](https://download.docker.com/win/stable/DockerToolbox.exe)
- Linux: Check your distro’s package manager (e.g. yum install docker)

Verify that docker is working, and that you can run docker commands from the CLI (e.g. ‘docker ps’). You do not need to install/fetch/pull any containers – SAM Local will do it automatically as required.
For OSX and Windows users: SAM local requires that the project directory (or any parent directory) is listed in Docker file sharing options.

Verify that docker is working, and that you can run docker commands from the CLI (e.g. ‘docker ps’). You do not need to install/fetch/pull any containers – SAM Local will do it automatically as required.


### Windows, Linux, OSX with NPM [Recommended]

Expand Down

0 comments on commit a07d167

Please sign in to comment.