Skip to content

Commit

Permalink
Merge pull request #26 from JoshDoug/patch-1
Browse files Browse the repository at this point in the history
Update Mac networking host DNS in faq.md
  • Loading branch information
pfitzseb authored Oct 25, 2018
2 parents ce69384 + 29cf3ef commit b56eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ docker run -it --network=host [container_name] julia

For Mac:
```julia
using Juno; Juno.connect("docker.for.mac.host.internal", [Atom port])
using Juno; Juno.connect("host.docker.internal", [Atom port])
```

For Linux (untested):
Expand Down

0 comments on commit b56eae2

Please sign in to comment.