Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit e9337b8

Browse files
author
Renzo Lucioni
committed
Make README clearer about this project's relationship with Vagrant
1 parent 21a2f28 commit e9337b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Get up and running quickly with edX services.
44

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+
57
## Getting Started
68

79
All of the services can be run by following the steps below.
@@ -30,7 +32,7 @@ $ make devstack.open.discovery
3032
3133
## Loopback Alias
3234
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.)
3436
3537
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
3638
in talking to the Docker for Mac HyperKit VM, not the host machine.

0 commit comments

Comments
 (0)