plugins/providers/docker/action.rb in vagrant-unbundled-2.3.3.0 vs plugins/providers/docker/action.rb in vagrant-unbundled-2.3.6.0
- old
+ new
@@ -229,10 +229,11 @@
b2.use HostMachineBuildDir
b2.use HostMachineSyncFolders
b2.use PrepareNFSValidIds
b2.use SyncedFolderCleanup
+ b2.use SyncedFolders
b2.use PrepareNFSSettings
b2.use PrepareNetworks
b2.use Login
b2.use Build
@@ -246,11 +247,10 @@
b3.use HostMachinePortWarning
b3.use HostMachinePortChecker
b3.use ForwardedPorts # This action converts the `ports` param into proper network configs
b3.use PrepareForwardedPortCollisionParams
b3.use HandleForwardedPortCollisions
- b3.use SyncedFolders
b3.use Pull
b3.use Create
b3.use WaitForRunning
else
b3.use CompareSyncedFolders
@@ -266,10 +266,9 @@
b3.use WaitForCommunicator
end
end
else
# We're in a run command, so we do things a bit differently.
- b2.use SyncedFolders
b2.use Create
end
end
end
end