Stivy
Stivy
> https://developer.apple.com/documentation/virtualization/running_macos_in_a_virtual_machine_on_apple_silicon_macs Can I run without X11? No need UI, only run the OS for dev or test applications. When I run a container... docker run --rm -it sickcodes/docker-osx:big-sur bash...
I'm testing, same problem here.
Same issue on Ubuntu 22.04
I'm doing this too... I think docker should simply create the volumes subdirs if they don't exist. :/
I have the same issue here...
I have the same issue.
This is a Docker issue.
They changed the docker compose documentation to create sub directories after create the volume. So I think that's not a real problem, is only because the docker does not create...
Yeap, I got it now. :) Here when I create the dir, haven't problem. I will sleep but Tomorrow I will compare my versions.
@rpatterson sorry the confusing, I was commented the use of local driver, so I changed to normal volume. ```yaml volumes: balance: name: sws-balance # driver: local # driver_opts: # o:...