Docker in MacOs is very slow

前端 未结 5 1565
囚心锁ツ
囚心锁ツ 2020-12-01 16:14

I have this docker-compose.yml:

version: \"3.1\"
services:

    memcached:
      image: memcached:alpine
      container_name: universal-memcached2

    redi         


        
5条回答
  •  渐次进展
    2020-12-01 16:44

    One option would be using http://docker-sync.io/ But you will not get the same performance as you would in a Linux-based machine.

提交回复
热议问题