Skip to content

Commit

Permalink
Merge pull request #13149 from allisonlarson/docker_fix_nfs_ip_error
Browse files Browse the repository at this point in the history
docker: sync folders before preparing nfs settings
  • Loading branch information
allisonlarson authored May 12, 2023
2 parents 6d2c4ca + ec16a00 commit c729543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/providers/docker/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def self.action_start
b2.use HostMachineSyncFolders
b2.use PrepareNFSValidIds
b2.use SyncedFolderCleanup
b2.use SyncedFolders
b2.use PrepareNFSSettings
b2.use PrepareNetworks
b2.use Login
Expand All @@ -248,7 +249,6 @@ def self.action_start
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
Expand All @@ -268,7 +268,6 @@ def self.action_start
end
else
# We're in a run command, so we do things a bit differently.
b2.use SyncedFolders
b2.use Create
end
end
Expand Down

0 comments on commit c729543

Please sign in to comment.