Skip to content

Instantly share code, notes, and snippets.

@Shuna322
Created January 23, 2024 19:18
Show Gist options
  • Save Shuna322/4f5107c8f19dd6921a08a1afc1423482 to your computer and use it in GitHub Desktop.
Save Shuna322/4f5107c8f19dd6921a08a1afc1423482 to your computer and use it in GitHub Desktop.
After updating docker the Vagrant stopped working due to issues in network_defined?
2024-01-23 20:54:05 [ INFO] Starting process: ["/usr/bin/docker", "network", "ls", "--format={{.Name}}"]
2024-01-23 20:54:05 [ INFO] Command not in installer, restoring original environment...
2024-01-23 20:54:05 [DEBUG] Selecting on IO
2024-01-23 20:54:05 [DEBUG] Waiting for process to exit. Remaining to timeout: 32000
2024-01-23 20:54:05 [DEBUG] Exit status: 0
2024-01-23 20:54:05 [ INFO] Starting process: ["/usr/bin/docker", "network", "inspect", "bridge", "host", "none", "relay-hackaton_default"]
2024-01-23 20:54:05 [ INFO] Command not in installer, restoring original environment...
2024-01-23 20:54:05 [DEBUG] Selecting on IO
2024-01-23 20:54:05 [DEBUG] Waiting for process to exit. Remaining to timeout: 32000
2024-01-23 20:54:05 [DEBUG] Exit status: 0
2024-01-23 20:54:05 [ INFO] Released process lock: docker-network-create
2024-01-23 20:54:05 [ERROR] Error occurred: undefined method `size' for nil:NilClass
if (config.size > 0 &&
^^^^^
2024-01-23 20:54:05 [ INFO] Beginning recovery process...
2024-01-23 20:54:05 [ INFO] Calling recover: #<Vagrant::Action::Builtin::Call:0x00007f30f7589a38>
2024-01-23 20:54:05 [ INFO] Beginning recovery process...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment