Skip to content

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux

License

Notifications You must be signed in to change notification settings

Leo137/docker-sync

 
 

Repository files navigation

About this branch

Provides a fix for the Docker 18.09.1 version unison sync strategy, in which the service doesnt bind a port at the host client, causing connection with unison to fail. Now sync_host_ip is mounted for the host too, ie: 5000:5000/tcp

cmd = "docker run -p '#{@options['sync_host_ip']}:#{UNISON_CONTAINER_PORT}:#{UNISON_CONTAINER_PORT}' -v #{volume_name}:#{@options['dest']} -e APP_VOLUME=#{@options['dest']} #{tz_expression} #{additional_docker_env} #{run_privileged} --name #{container_name} -d #{@docker_image}"

Original README

Gem Version Build Status Join the chat at https://gitter.im/EugenMayer/docker-sync tweet button Follow

Thank you for all the feedback and support i already received!
Docker-sync has been improved by all of you in huge ways!

If you are eager to help and improve docker-sync

  • Help here if you are a coder
  • Help here with the docs no matter what skill set you have

Anything else under http://docker-sync.io or the documentation

Main Contributors:

About

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.3%
  • Other 0.7%