vagrant/plugins/providers/docker
Leo Simons fec14cf04c Use -f argument to rm to force-remove files.
When using pty=true, removing files using sudo may request confirmation,
which will hang the connection.

Similarly, sometimes assumptions about file existence may be wrong and
in those cases it seems better to continue on as long as the file does
not exist, so -f makes sense there, too.
2014-08-29 10:51:31 +02:00
..
action remove vm by default when using docker run 2014-08-09 12:03:35 -07:00
cap providers/docker: Implement public_address capability for `vagrant share` 2014-04-21 13:51:47 -07:00
command remove vm by default when using docker run 2014-08-09 12:03:35 -07:00
executor Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
hostmachine providers/docker: don't use HGFS on VMware fusion [GH-3687] 2014-05-08 10:06:06 -07:00
action.rb Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
communicator.rb Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
config.rb providers/docker: ability to specify build dir synced folder opts [GH-3727] 2014-05-08 18:46:03 -07:00
driver.rb Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
errors.rb providers/docker: verify host VM SSH is ready [GH-3838] 2014-05-20 20:41:48 -07:00
plugin.rb core: providers can choose to not be defaultable [GH-3742] 2014-05-09 16:02:09 -07:00
provider.rb providers/docker: Fix SSH access to container when no Host VM is in use [GH-3799] 2014-05-15 20:14:10 -03:00
synced_folder.rb providers/docker: support building Dockerfiles 2014-04-21 13:55:54 -07:00