How to install docker-sync for magento-cloud-docker
How to install docker-sync for Magento-cloud-docker in ubuntu
1, Install docker-sync
Run command:
sudo apt-get install ruby ruby-dev
gem install docker-sync
2, Start docker-sync
Go to the project that contains the file: docker-sync.yml
Run command:
docker-sync start
3, Check docker-sync is created
Run command:
docker volume ls
Post a Comment