dockerfiles
dockerfiles copied to clipboard
Collection of lightweight and ready-to-use docker images
When using the mysql to S3 backup image, if you pass in the --all-databases option and have a complex password that contains special characters, those appear to be presenting issues...
``` [root@static backend]# docker logs -f current_swagger-ui_1 Starting up http-server, serving ./ Available on: http://127.0.0.1:80 http://172.20.0.5:80 Hit CTRL-C to stop the server [Tue Feb 21 2017 15:38:28 GMT+0000 (UTC)] "GET...
It seems the postgres-backup-s3 image is only tagged as 'latest' https://hub.docker.com/r/schickling/postgres-backup-s3/tags/ I'd like to use this image in my stack but as the 'latest' tag is effectively a moving target...
mysqldump: Got error: 2002: "Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2 "No such file or directory")" when trying to connect and how can I fix this ?...
Thanks for sharing this. I've previously used this before succesfully. However, today I am getting an unable to fetch error. This occurs at `RUN cargo build --release` ``` Updating registry...
Heyho, just found your helping swagger-ui docker-image. Could really help me out. But one question: Why is the value of SWAGGER_JSON just checked and not used? I made a path...
I want to add docker compose file to several docker images, starting with postgres-backup-s3
Hi! First of all, thank you for the up-to-date rust images :) I tried to use `rust-gdb` in your image, but it doesn't recognize the `-iex` command line option, which...
The container is not able to start on M1 macs while it works flawlessly on x86 with the same configurations ` runtime: failed to create new OS thread (have 2...
When I run schickling/postgres-restore-s3 (from Docker Hub) this error pops out: ``` restore.sh: line 70: psql: not found ```