James Cuzella
James Cuzella
sudo for `docker` CLI commands has always been needed unless your user is not in the `docker` group (or whichever group is configured to have rw access to the docker...
@smiller171: Registry `v2` lives in the [`docker/distribution`](https://github.com/docker/distribution) project as @dmp42 has helpfully pointed out. This repo is the old / legacy `v1` python-based Registry.
Seems that [at one point there was supposed to be an SDK][1], but it may have become vaporware? Searching a bit, I was able to find [this C++ library][2] fork...
In case you are interested in the solution for supporting this old Ralink based USB WiFi adapter, read on: #### Support & Debug Info for: Hawking HWUG1 USB WiFi adapter...
@brannondorsey: Thanks for the explanation of those networking pieces! Makes sense as far as what I was seeing with the `mitmproxy` -> `80` routing loop. I think the original issue...
Interesting that it requires beta version. Was there some new bugfix or feature that this project depends on? I had good luck getting things working (as far as I could...
I encountered the same issue using _private Artifactory_ Docker Registry while trying to update an image tagged `5.7.36` to new tag: `5.7.37`. Seems that the `/v2//tags/list` Docker Registry API endpoint...
> Hello! My environment (python 3.7) reported a error when I installed libs in the requirement, that is 'No matching distribution found for python-apt==1.6.4'. In fact, some other libs also...
Note: Travis builds are broken [unless `.travis.yml` is updated][1] (as in #40). Build check is safe to ignore! [1]: https://www.travis-ci.com/github/trinitronx/soloist/builds/222080227
Perhaps the best bet for finding a gemset supporting system ruby 2.0 is to find the last known working chefdk distribution that used ruby 2.0, and start by locking some...