Gabgobie
Gabgobie
I'm using Bash inside an Ubuntu 23.04 LXC. I uninstalled all native docker tools and installed the official engine according to the docker [installation guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)
`docker pull ` ``` root@docker-temp:~# docker pull curlimages/curl Using default tag: latest latest: Pulling from curlimages/curl 4abcf2066143: Already exists 1113023ab841: Extracting [==================================================>] 4.308MB/4.308MB 4ca545ee6d5d: Download complete failed to register layer:...
Hmm interesting. I didn't touch a thing about the container. It's a LXC Ubuntu 23.04 on Proxmox VE. I changed nothing besides running an `apt update && apt full-upgrade -y`...
Btw thanks a lot for your quick help
https://docs.docker.com/engine/release-notes/25.0/#extended-attributes-for-tar-files Do you use tar archives that were created on MacOS? The docker release notes seem to blame the MacOS tar implementation
Thanks a lot for taking the time to look into it. Feel free to ping me so I can tell you if it's fixed when you're ready
Would love to see this. My usecase would be to have it create and destroy port forwards on my firewall according to allocations of active servers so my firewall doesn't...
Was looking for exactly this functionality but I guess until there is any progress on this I'll yoink OPs code for precomputing. Thanks ;D
https://github.com/proxmox#how-to-contribute This repo is read only. Please take a look at the [Developer Documentation](https://pve.proxmox.com/wiki/Developer_Documentation)