alpha754293

Results 15 comments of alpha754293

@kroese Thank you. I can try that. Three things that I've done or changed since I posted this issue. 1) I am no longer trying to deploy the container with...

Just to add here: I am running it in an unprivilege LXC container. My docker-compose.yml file now looks like this: ``` version: "3" services: win11: image: dockurr/windows container_name: win11 devices:...

Ahh...okay. Gotcha. Thank you. I was able to "create" the macvlan (both when I ran it with "standalone Docker/docker compose") and in Portainer, I would create the macvlan configuration, and...

So I tried to follow the instructions [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) for the nvidia container toolkit and [here](https://docs.docker.com/compose/gpu-support/) for the docker-compose for GPU support -- no cigar yet. I'm going to keep trying....

Thank you. Does the size of the file make any difference? I'm not a programmer, so I don't really know nor understand code, but I did see that in the...

Thank you for your help and support. My system has about approximately 20 hours to go before xz is done testing the file. For the command: `cat myfile | xz...

Thank you. Your help is greatly appreciated. I'll try that. (It's going to take a while due to the size of my file that I have to test and/or retest.)

@vasi Sorry, can I ask you an unrelated, stupid question? In the examples, it says: `tar -I pixz -cvf filename.tpxz /path/to/files/` How do I use a higher level of compression...

So at least one of the two archives has already reported back, after running `xz -tv` "Compressed data is corrupt." (The second file said: "Unexpected end of input".) Given that,...

@kroese Sorry - forgot to add -- I am running in an _un_privileged LXC container, so I don't think that should be an issue. (I haven't tried hardware passthrough with...