Difference between revisions of "Dockerfile Tips"
Jump to navigation
Jump to search
(Created page with "https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/") |
|||
| Line 1: | Line 1: | ||
https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/ | https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/ | ||
| + | |||
| + | |||
| + | snippets | ||
| + | ``` | ||
| + | # CMD ["/bin/sh", "-c", "echo \"${USERLIST}\" > /app/cnf/userlist.txt; echo \"${CONFIG}\" > /app/cnf/pgbouncer.ini; /app/bin/pgbouncer /app/cnf/pgbouncer.ini"] | ||
| + | ``` | ||
Latest revision as of 23:33, 7 February 2023
https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/
snippets
# CMD ["/bin/sh", "-c", "echo \"${USERLIST}\" > /app/cnf/userlist.txt; echo \"${CONFIG}\" > /app/cnf/pgbouncer.ini; /app/bin/pgbouncer /app/cnf/pgbouncer.ini"]