jamshid
jamshid
Thank you. Sorry I should have said I tried installing an older public_suffix but it didn't help. ``` [root@2b7bf4c43a3a /]# gem install public_suffix:1.5.3 Successfully installed public_suffix-1.5.3 1 gem installed [root@2b7bf4c43a3a...
This is probably overkill but if you're on centos 7 and in ruby/gem version hell these commands get a working fpm 1.14 installed: ``` # cat /etc/centos-release CentOS Linux release...
I'm using Docker for Mac 3.3.1 connecting to another Docker for Mac server. Let me know if I can provide any other info or enable debugging to help. I'll continue...
Intersting, I guess the mybuilder instance is on my local docker server, not the remote docker server. ``` % echo $DOCKER_HOST $DOCKER_TLS_VERIFY $DOCKER_CERT_PATH tcp://192.168.1.50:2376 1 /Users/jamshid/.docker/machine/machines/mini % docker inspect -f...
There are probably multiple causes of this error. I ran into it because k3s had also been installed on my centos 7.6 docker server. ``` [root@XX ~]# docker run hello-world...
Here is the **successful** run after downloading docker-compose 1.27.4. The output sure is different. Don't know why it says ssh://localhost:None, but I do have DOCKER_HOST set and exported correctly and...
Still seeing this regression with docker-compose 1.29.0.
Thanks, is that its older ssh implementation? I get this error, probably because I use non-default key names in my ~/.ssh/ (https://github.com/docker/compose/issues/7514). ``` Traceback (most recent call last): File "docker-compose",...
This helm approach lives on as the compose => k8s solution, after compose-on-kubernetes (https://github.com/docker/cli/issues/2967) was dropped?
Yay this works: `docker run -ti curlimages/curl:8.00.1 -v 'https://s3.amazonaws.com/X' -u 'X:X' --aws-sigv4 "aws:amz:us-east-1:s3"` Using `auto` in place of the region name does not work though.