Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix loopback alias command #639

Merged
merged 2 commits into from Dec 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/pages/che-6/overview/quick-start.adoc
Expand Up @@ -27,7 +27,7 @@ See link:single-multi-user[Single and Multi-User Che] to learn more. The quick s
* On macOS, create an IP alias. In a terminal, run:
+
----
# ifconfig la0 alias $IP
# ifconfig lo0 alias $IP
----
+
Where `$IP` is found either in *Preferences > Advanced > Docker subnet*, or run
Expand All @@ -44,7 +44,7 @@ To run Che in single-user mode, enter:
$ docker run -ti -v /var/run/docker.sock:/var/run/docker.sock -v /local/path:/data eclipse/che start
----

Note that `/local/path` can be any path on your local machine where you want to store Che data and projects.
Note that `/local/path` can be any path on your local machine where you want to store Che data and projects. Once Che has started, it can be accessed at `localhost:8080`.

.Next steps

Expand Down