You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Get up and running quickly with edX services.
4
4
5
+
This project is meant to replace the traditional Vagrant VM "devstack" with a multi-container approach driven by Docker Compose. You should run any Make targets described below on your local machine, not from within a VM.
6
+
5
7
## Getting Started
6
8
7
9
All of the services can be run by following the steps below.
@@ -30,7 +32,7 @@ $ make devstack.open.discovery
30
32
31
33
## Loopback Alias
32
34
33
-
Containers making requests to the LMS and Studio must communicate with ports exposed on the host system by the Vagrant VM.
35
+
Containers making requests to the LMS and Studio must communicate with ports exposed on the host system by the Vagrant VM. (This assumes that the LMS and Studio are still running in the traditional Vagrant-based devstack.)
34
36
35
37
This is fine on Linux, but doesn't work out of the box on OS X. Attempting to access localhost on a container will result
36
38
in talking to the Docker for Mac HyperKit VM, not the host machine.
0 commit comments