Skip to content

Commit

Permalink
Update README.md - Fix docker for mac link (aws#51)
Browse files Browse the repository at this point in the history
fix mac docker install link, https://docs.docker.com/docker-for-mac/install/ no longer resolves
  • Loading branch information
yyolk authored and sanathkr committed Aug 15, 2017
1 parent d242386 commit e3b6a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

Running Serverless projects and functions locally with SAM Local requires Docker to be installed and running. SAM Local will use the `DOCKER_HOST` environment variable to contact the docker daemon.

- OSX: [Docker for Mac](http://docs.docker.com/docker-for-mac/install/)
- OSX: [Docker for Mac](https://store.docker.com/editions/community/docker-ce-desktop-mac)
- Windows: [Docker Toolbox](https://download.docker.com/win/stable/DockerToolbox.exe)
- Linux: Check your distro’s package manager (e.g. yum install docker)

Expand Down

0 comments on commit e3b6a17

Please sign in to comment.