Skip to content

Commit

Permalink
Update Mac networking host DNS in faq.md
Browse files Browse the repository at this point in the history
Replace deprecated special DNS name used by Docker for Mac with Docker's replacement platform agnostic hostname.
  • Loading branch information
JoshDoug authored Jun 15, 2018
1 parent 42bb228 commit 29cf3ef
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 @@ -78,7 +78,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 29cf3ef

Please sign in to comment.