Skip to content

Commit 7551648

Browse files
authored
Fix broken list in reamde
1 parent 294cf78 commit 7551648

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ From docker for mac documentation: https://docs.docker.com/docker-for-mac/troubl
2424

2525
There are a number of issues with the performance of directories bind-mounted with osxfs. In particular, writes of small blocks, and traversals of large directories are currently slow. Additionally, containers that perform large numbers of directory operations, such as repeated scans of large directory trees, may suffer from poor performance. Applications that behave in this way include:
2626

27-
rake
28-
ember build
29-
Symfony
30-
Magento
31-
Zend Framework
32-
PHP applications that use Composer to install dependencies in a vendor folder
27+
* rake
28+
* ember build
29+
* Symfony
30+
* Magento
31+
* Zend Framework
32+
* PHP applications that use Composer to install dependencies in a vendor folder
3333

3434
As a work-around for this behavior, you can put vendor or third-party library directories in Docker volumes, perform temporary file system operations outside of osxfs mounts, and use third-party tools like Unison or rsync to synchronize between container directories and bind-mounted directories. We are actively working on osxfs performance using a number of different techniques. To learn more, see the topic on Performance issues, solutions, and roadmap.
3535

0 commit comments

Comments
 (0)