Kyle Bowerman
Kyle Bowerman
thanks @abiosoft I did that and now I don't have the qemu binary in the path: ```> msg="[hostagent] exec: \"qemu-system-x86_64\": executable file not found in $PATH" fields.level=fatal```. but qemu shows...
that is what I did, but I dont have a "qemu-system-x86_64" binary now just: ``` qemu-edid qemu-img qemu-nbd qemu-system-aarch64 qemu-ga qemu-io qemu-storage-daemon ```
thanks it looks like it can not find aarch64 firmware. ``` kbowerma@fritz ~ % colima start --arch aarch64 INFO[0000] starting colima INFO[0000] creating and starting ... context=vm > msg="Terminal is...
Not that I am aware of. but I did have docker desktop running at the time, so I stopped that and did a reinstall. But now I do see the...
Doesn't look like it: ``` heroku/brew: 2 formulae /usr/local/Homebrew/Library/Taps/heroku/homebrew-brew (29 files, 296.7KB) From: https://github.com/heroku/homebrew-brew homebrew/cask: 3959 casks /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask (4,069 files, 307.3MB) From: https://github.com/Homebrew/homebrew-cask homebrew/core: 3 commands, 5957 formulae /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core (6,327...
For what it is worth I think in the latest version of docker the `name` argument has changed. If I do `docker run -d tobert/cassandra -name "My Cluster"` docker will...
@pofallon did you use that to build sprok on the mac? I actually had to build it inside a container then export the binary because of the setresuid issue but...
I find the port mapping cumbersome so here is what I do (on the mac) I just expose the ports and don't bother with mapping.`EXPOSE 22 7000 7199 9042 9160...
Can you expand on that last part @kvrameshreddy? This is line 12-13 ```python self.fake=Faker() self.seed-seed ``` should change to waht?