Skip to content

Instantly share code, notes, and snippets.

@ssatz
Created October 8, 2018 06:11
Show Gist options
  • Save ssatz/08dad63e14b37be98b29b8f1a1854766 to your computer and use it in GitHub Desktop.
Save ssatz/08dad63e14b37be98b29b8f1a1854766 to your computer and use it in GitHub Desktop.
docker registry variable is not set .NET core on MAC OS
If you checkout the error. The file mount of macos is not configured for docker
https://docs.docker.com/docker-for-mac/osxfs/#namespaces
use the File sharing tab in Docker preferences whale
menu -> Preferences -> File sharing.
Add /usr/local/share/dotnet/sdk/NuGetFallbackFolder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment