mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #311] Wiki "initial-setup" suggestion #222
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/311
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 8, 2021):
Good idea, adding now!
guestfishis provided byfish, but comes withlibguestfs-tools