getting-started/docs/tutorial
workaholic-gh a565acabab
Update index.md
I was following the tutorial using "Docker Desktop for Windows" and received the following exception on execution of the "docker run..." command:

docker run -dp 3000:3000 -w /app -v "$(pwd):/app" node:12-alpine sh -c "yarn install && yarn run dev"

docker: Error response from daemon: status code not OK but 500:     ����          FDocker.Core, Version=3.0.0.50646, Culture=neutral, PublicKeyToken=null  ocker.Core.DockerException  WatsonBuckets  System.Collections.IDictionarySystem.Excepti     ocker.Core.DockerException   Filesharing has been cancelled

Adding the base-path as a shared resource to the docker configuration solved the problem.
2020-12-27 19:35:46 +01:00
..
image-building-best-practices Add section on vulnerability scanning (#98) 2020-11-02 12:24:36 +00:00
multi-container-apps Update multi-container-apps env vars security typo 2020-10-22 09:07:54 +01:00
our-application Dockerfile CMD path fix 2020-06-04 13:21:09 -07:00
persisting-our-data Fix slightly snide comment about SQLite 2020-06-30 09:50:26 -07:00
sharing-our-app Clarify how to create Dockerfile and how to build 2020-05-17 17:29:02 +02:00
updating-our-app Initial commit 2020-02-05 22:04:43 -05:00
using-bind-mounts Update index.md 2020-12-27 19:35:46 +01:00
using-docker-compose Quote volume mapping and use pwd 2020-07-15 08:45:25 +02:00
what-next Initial commit 2020-02-05 22:04:43 -05:00
index.md add a word for clarity 2020-05-26 19:43:05 +10:00
tutorial-in-dashboard.png Initial commit 2020-02-05 22:04:43 -05:00