jamshid

Results 28 issues of jamshid

Hi, thanks for providing this! With slack dropping some deprecated apis recently it was the only script I found that successfully downloaded DMs. I made a few changes to handle...

The README says it's important the Tang keys are not on the same physical medium when using a container, but that's not really docker/container-specific right? If the Tang server and...

A `nohup` reimplementation in rust seems like a good idea? IDK but I think it could displace `nohup` the added feature of letting you name the output file.

**Output of `docker version`:** ``` Client: Version: 1.11.0 API version: 1.23 Go version: go1.5.4 Git commit: 4dc5990 Built: Wed Apr 13 19:36:04 2016 OS/Arch: darwin/amd64 Server: Version: 1.11.0 API version:...

kind/feature
area/networking
version/1.11

**Describe the bug** Your S3 AWS2 V2 Signature profiles (HTTP and HTTPS) in Version 8.7.2 (40975) does not work even with AWS S3. The list of buckets show fine but...

bug
s3

Hopefully Apple sends you crash reports. Docker for Mac 4.13.0 (89412) on my recently upgraded Monterrey macOS started getting frequent SIGSEGV crashes. FortiClient and Sophos are also running. ``` Translated...

Was getting the below error for "pip install yas3fs". NameError: name 'execfile' is not defined Realized I was using python 3.3. Since (finally) python3 is getting more widespread, would be...

enhancement

Thanks for this it's been working great for past couple of years but I'm wanting to get a wildcard certificate and letsencrypt FAQ says that requires ACME v2 api. This...

The https://github.com/SvenDowideit/dockerfiles/blob/master/samba/setup.sh entrypoint script expects to find "Init Path" in the docker info output, but that no longer appear to be output. I'm working around it by modifying the script...

I'm using "svendowideit/samba" to expose the volumes of a container that has `/var/run/docker.sock` mapped in as a volume. The samba container exposes that as `var_run_docker.sock`, seems better if it did...