Copper Cash

Results 9 comments of Copper Cash

It's in the doc and previous issues. 1. extract the image with `docker cp` 2. pass it into a new container created with image `docker.io/sickcodes/docker-osx:naked` & `-v path/to/the/copied/image:/image` 3. use...

Same problem here. I have `big_user.ssh:50922` `big_user.vnc:5900` `qemu.vnc:5999` running in my container. I tried following connections: * ❌ host > docker:50922 * ✅ docker > big_sur:10022 (`docker exec -it container...

Found something new. After added `--network=host`, I can connect to `big_sur:10022` & `big_sur:5900` from a remote host now. BTW, I am using `podman version 3.1.2` & `QEMU emulator version 6.0.0`...

```bash podman run -i --name mike \ --device /dev/kvm \ -e EXTRA="-display none -vnc 0.0.0.0:99,password=on" \ -v `pwd`/volumes/image:/image \ -e SMP=30 -e CORES=1 -e RAM=56 \ -e WIDTH=1600 -e HEIGHT=900...

```bash podman run --name mike \ -d \ --device /dev/kvm \ -v `pwd`/volumes/image:/image \ -e EXTRA="-display none -vnc 0.0.0.0:99,password=on" \ -e SMP=30 -e CORES=1 -e RAM=56 \ -e WIDTH=1600 -e...

~I think I found the cause. With command `ss` (`docker exec -it docker-osx bash` in advance), I got~ ``` Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process u_str ESTAB...

It turned out the cause I found was not the real one. However, now, I got a solution, though I still don't know the cause. Previously I was using `podman`,...

> Have we found any solution ? > > I keep getting the same "wrong password" error. > > Port looks running, but I can't log in into the MAC...

> In spite of the message to the contrary on these docs,[ following these instructions](https://docs.docker.com/config/daemon/ipv6/) with Docker for Mac appears to work. > ![Screenshot 2021-02-10 at 19 58 39](https://user-images.githubusercontent.com/916064/107564475-62d37580-6bda-11eb-9af0-c56d6cb20b1c.png) >...