Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
4ff7f6eb
Commit
4ff7f6eb
authored
Oct 12, 2017
by
Robert Raposa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docker-sync docs.
parent
7e21223b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.rst
+9
-4
No files found.
README.rst
View file @
4ff7f6eb
...
@@ -781,12 +781,17 @@ Improve Mac OSX Performance with docker-sync
...
@@ -781,12 +781,17 @@ Improve Mac OSX Performance with docker-sync
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Docker for Mac has known filesystem issues that significantly decrease
Docker for Mac has known filesystem issues that significantly decrease
performance, particularly for starting edx-platform (e.g. when you want to run a
performance for certain use cases, for example running tests in edx-platform. To
test). To improve performance, `Docker Sync`_ can be used to
improve performance, `Docker Sync`_ can be used to synchronize file data from
synchronize file data from the host machine to the containers.
the host machine to the containers.
Many developers have opted not to use `Docker Sync`_ because it adds complexity
and can sometimes lead to issues with the filesystem getting out of sync.
You can swap between using Docker Sync and native volumes at any time, by using
You can swap between using Docker Sync and native volumes at any time, by using
the make targets with or without 'sync'.
the make targets with or without 'sync'. However, this is harder to do quickly
if you want to switch inside the PyCharm IDE due to its need to rebuild its
cache of the containers' virtual environments.
If you are using macOS, please follow the `Docker Sync installation
If you are using macOS, please follow the `Docker Sync installation
instructions`_ before provisioning.
instructions`_ before provisioning.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment