Divick
Divick
With docker-compose, I have nailed it down that it gives the above stacktrace when ```tty: true``` is set in docker-compose. I am running celery with django and using my own...
@georgepsarakis On my image when I run python shell and check what value it gives, it reports the following: ``` /app $ python Python 3.8.5 (default, Aug 4 2020, 04:11:56)...
I get the same issue when using spark-submit with k8s cluster and using the examples in the binary only distribution of spark directly downloaded from official spark repo. I am...
I too am facing same issue with kustomize. Not sure if creating ServiceMonitor separately is a good idea.
@Akay7 I can't understand what you write. Could you please write in proper english.
@Akay7 No problem. The solution by @LeonardoGentile works. I just pointed out because reading through this issue, your comments make it illegible to read.
Hi David, Please find the code for my Model, View and Serializer classes. Please note that for serializer I have special need to serialize only the required fields (as passed...
Not just mac but linux also has the similar issue. ``` package github.com/docker/docker/pkg/sockets: cannot find package "github.com/docker/docker/pkg/sockets" in any of: /usr/lib/go-1.13/src/github.com/docker/docker/pkg/sockets (from $GOROOT) /home/ubuntu/go/src/github.com/docker/docker/pkg/sockets (from $GOPATH) ``` Apparently other go...
@lorenzleutgeb Nopes I still see the same error on linux. ``` go get github.com/lorenzleutgeb/docker-volume-gcs package github.com/docker/docker/pkg/sockets: cannot find package "github.com/docker/docker/pkg/sockets" in any of: /usr/lib/go-1.13/src/github.com/docker/docker/pkg/sockets (from $GOROOT) /home/ubuntu/go/src/github.com/docker/docker/pkg/sockets (from $GOPATH) ```
Nopes, that doesn't work too. Though this time it doesn't throw any error but when I run a container with volume mount, it complains with: ``` docker run -ti -v...