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
176e51f3
Commit
176e51f3
authored
Jun 30, 2017
by
Jeremy Bowman
Committed by
Jeremy Bowman
Jun 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README for Docker CE 17.06 release
parent
6bddf4f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
README.rst
+7
-11
No files found.
README.rst
View file @
176e51f3
...
@@ -16,10 +16,10 @@ from within a VM.
...
@@ -16,10 +16,10 @@ from within a VM.
Prerequisites
Prerequisites
-------------
-------------
This project requires **Docker 17.0
5+ CE**. Currently, 17.05 is only available
This project requires **Docker 17.0
6+ CE**. We recommend Docker Stable, but
through the **Edge** version Docker 17.05 CE Edge
.
Docker Edge should work as well
.
**Note:** Switching
from Docker Stable to Docker Edge wi
l remove all images and
**Note:** Switching
between Docker Stable and Docker Edge wil
l remove all images and
settings. Don't forget to restore your memory setting and be prepared to
settings. Don't forget to restore your memory setting and be prepared to
provision.
provision.
...
@@ -197,8 +197,6 @@ https://openedx.atlassian.net/wiki/display/OpenDev/Marketing+Site.
...
@@ -197,8 +197,6 @@ https://openedx.atlassian.net/wiki/display/OpenDev/Marketing+Site.
How do I build images?
How do I build images?
----------------------
----------------------
**Note:** Building images requires a `feature added in Docker 17.05`_.
We are still working on automated image builds, but generally try to push new
We are still working on automated image builds, but generally try to push new
images every 3-7 days. If you want to build the images on your own, the
images every 3-7 days. If you want to build the images on your own, the
Dockerfiles are available in the ``edx/configuration`` repo.
Dockerfiles are available in the ``edx/configuration`` repo.
...
@@ -386,10 +384,6 @@ Or, you can run the following commands to clean up dangling images and volumes:
...
@@ -386,10 +384,6 @@ Or, you can run the following commands to clean up dangling images and volumes:
docker rmi $(docker images -f "dangling=true" -q)
docker rmi $(docker images -f "dangling=true" -q)
docker volume rm $(docker volume ls -qf dangling=true)
docker volume rm $(docker volume ls -qf dangling=true)
Cannot create container for service lms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ensure that you have used the Docker Edge download, as opposed to the stable one
Performance
Performance
-----------
-----------
...
@@ -409,8 +403,9 @@ Cached Consistency Mode
...
@@ -409,8 +403,9 @@ Cached Consistency Mode
The performance improvements provided by `cached consistency mode for volume
The performance improvements provided by `cached consistency mode for volume
mounts`_ introduced in Docker CE Edge 17.04 are still not good enough. It's
mounts`_ introduced in Docker CE Edge 17.04 are still not good enough. It's
possible that the "delegated" consistency mode will be enough to no longer need
possible that the "delegated" consistency mode will be enough to no longer need
docker-sync, but this feature doesn't appear to have been fully implemented yet
docker-sync, but this feature hasn't been fully implemented yet (as of
(as of Docker 17.06.0-ce-rc2, "delegated" behaves the same as "cached").
Docker 17.06.0-ce, "delegated" behaves the same as "cached"). There is a
GitHub issue which explains the `current status of implementing delegated consistency mode`_.
.. _Docker Compose: https://docs.docker.com/compose/
.. _Docker Compose: https://docs.docker.com/compose/
...
@@ -419,6 +414,7 @@ docker-sync, but this feature doesn't appear to have been fully implemented yet
...
@@ -419,6 +414,7 @@ docker-sync, but this feature doesn't appear to have been fully implemented yet
.. _Docker Sync: https://github.com/EugenMayer/docker-sync/wiki
.. _Docker Sync: https://github.com/EugenMayer/docker-sync/wiki
.. _Docker Sync installation instructions: https://github.com/EugenMayer/docker-sync/wiki/1.-Installation
.. _Docker Sync installation instructions: https://github.com/EugenMayer/docker-sync/wiki/1.-Installation
.. _cached consistency mode for volume mounts: https://docs.docker.com/docker-for-mac/osxfs-caching/
.. _cached consistency mode for volume mounts: https://docs.docker.com/docker-for-mac/osxfs-caching/
.. _current status of implementing delegated consistency mode: https://github.com/docker/for-mac/issues/1592
.. _configuring Docker for Mac: https://docs.docker.com/docker-for-mac/#/advanced
.. _configuring Docker for Mac: https://docs.docker.com/docker-for-mac/#/advanced
.. _feature added in Docker 17.05: https://github.com/edx/configuration/pull/3864
.. _feature added in Docker 17.05: https://github.com/edx/configuration/pull/3864
.. _Pycharm Integration documentation: docs/pycharm_integration.rst
.. _Pycharm Integration documentation: docs/pycharm_integration.rst
...
...
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