mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 14:23:28 +01:00
Wiki "initial-setup" suggestion #221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CoreyVidal on GitHub (Jul 8, 2021).
Hey,
I'm unfortunately a script-kiddie, so when I talk about things, please don't think that anything I have to say comes with any expertise. I'm familiar with Docker and run about 20 containers, but I don't know how things actually work. Let me describe my issue/suggestion:
I'm following along with https://github.com/sickcodes/Docker-OSX#initial-setup
I did everything as recommended, but failed almost right away. I'm on Ubuntu and thus ran
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-managerThen I wanted to generate serials, so went into the /custom folder and ran:
sudo ./generate-unique-machine-values.sh --count 1 --plists --bootdisks --envsAnd something went wrong:
I tried running:
sudo apt install guestfishBut that's not a thing. Luckily, Ubuntu told me to install libguestfs-tools. So I ran
sudo apt install libguestfs-toolsAfter it installed I started the process over from the beginning, and it worked properly.
So I don't know what I did (script-kiddie), but I do like being helpful. I came to write this post and then ask/suggest that you might want to add libguestfs-tools to the instructions. You'd add it in here:
It could help dumbasses like me.
And if not, I wrote this in a way that hopefully Google picks it up, and maybe others having issues might one day stumble upon this. You never know!
@sickcodes commented on GitHub (Jul 9, 2021):
Good idea, adding now!
guestfishis provided byfish, but comes withlibguestfs-tools