{"id":26498762,"url":"https://github.com/jo-tools/docker","last_synced_at":"2026-04-13T00:02:27.160Z","repository":{"id":230428341,"uuid":"779017063","full_name":"jo-tools/docker","owner":"jo-tools","description":"Docker Examples","archived":false,"fork":false,"pushed_at":"2024-10-23T19:15:12.000Z","size":6614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T05:44:50.613Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"https://www.jo-tools.ch","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jo-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/jotools"]}},"created_at":"2024-03-28T21:45:32.000Z","updated_at":"2024-10-23T19:15:16.000Z","dependencies_parsed_at":"2024-09-18T00:08:52.704Z","dependency_job_id":null,"html_url":"https://github.com/jo-tools/docker","commit_stats":null,"previous_names":["jo-tools/docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jo-tools%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jo-tools","download_url":"https://codeload.github.com/jo-tools/docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244631866,"owners_count":20484645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose"],"created_at":"2025-03-20T14:39:58.321Z","updated_at":"2026-04-13T00:02:27.030Z","avatar_url":"https://github.com/jo-tools.png","language":"Shell","funding_links":["https://paypal.me/jotools"],"categories":[],"sub_categories":[],"readme":"# Docker\nDocker Compose Examples\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n\n## Description\nThis repository provides some Docker Compose Examples.\n\n### Data Storage\n\u003e [Docker Manual: Manage data in Docker](https://docs.docker.com/storage/)  \nDocker has two options for containers to store files on the host machine, so that the files are persisted even after the container stops: volumes, and bind mounts.  \n\nThe following examples provide setups for:\n- [Volumes](https://docs.docker.com/storage/volumes/)  \n  \u003e Volumes are the preferred mechanism for persisting data generated by and used by Docker containers. They are completely managed by Docker. \n- [Bind Mounts](https://docs.docker.com/storage/bind-mounts/)  \n  \u003e Data is stored in a directory on the host machine, which is mounted into the container.\n\n\n## Docker Compose\n\n### PostgreSQL Server | pgAdmin 4\nExample `docker-compose.yml`\n  - Volumes: [Local PostgreSQL Server | pgAdmin](./local-postgres-volumes/)\n  - Bind Mounts: [Local PostgreSQL Server | pgAdmin](./local-postgres-bind-mounts/)\n\n### cubeSQL Server | cubeSQL Web Admin\nExample `docker-compose.yml`\n  - Volumes: [Local cubeSQL Server | cubeSQL Web Admin](./local-cubesql-volumes/)\n  - Bind Mounts: [Local cubeSQL Server | cubeSQL Web Admin](./local-cubesql-bind-mounts/)\n\n### MariaDB | phpMyAdmin\nExample `docker-compose.yml`\n  - Volumes: [Local MariaDB | phpMyAdmin](./local-mariadb-volumes/)\n  - Bind Mounts: [Local MariaDB | phpMyAdmin](./local-mariadb-bind-mounts/)\n\n### Microsoft SQL Server | Adminer\nExample `docker-compose.yml`\n  - Volumes: [Local Microsoft SQL Server | Adminer](./local-mssql-volumes/)\n  - Bind Mounts: [Local Microsoft SQL Server | Adminer](./local-mssql-bind-mounts/)\n\n## Shell Scripts\n\nExample [Shell Scripts](./shell-scripts/)\n- `docker-volume-cp.sh`  \n  Copy Data from Host to Docker Volume | Copy Data from Docker Volume to Host\n\n\n## About\nJuerg Otter is a long term user of Xojo and working for [CM Informatik AG](https://cmiag.ch/). Their Application [CMI LehrerOffice](https://cmi-bildung.ch/) is a Xojo Design Award Winner 2018. In his leisure time Juerg provides some [bits and pieces for Xojo Developers](https://www.jo-tools.ch/).\n\n### Contact\n[![E-Mail](https://img.shields.io/static/v1?style=social\u0026label=E-Mail\u0026message=xojo@jo-tools.ch)](mailto:xojo@jo-tools.ch)\n\u0026emsp;\u0026emsp;\n[![Follow on Facebook](https://img.shields.io/static/v1?style=social\u0026logo=facebook\u0026label=Facebook\u0026message=juerg.otter)](https://www.facebook.com/juerg.otter)\n\u0026emsp;\u0026emsp;\n[![Follow on Twitter](https://img.shields.io/twitter/follow/juergotter?style=social)](https://twitter.com/juergotter)\n\n### Donation\nDo you like this project? Does it help you? Has it saved you time and money?  \nYou're welcome - it's free... If you want to say thanks I'd appreciate a [message](mailto:xojo@jo-tools.ch) or a small [donation via PayPal](https://paypal.me/jotools).  \n\n[![PayPal Dontation to jotools](https://img.shields.io/static/v1?style=social\u0026logo=paypal\u0026label=PayPal\u0026message=jotools)](https://paypal.me/jotools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjo-tools%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjo-tools%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjo-tools%2Fdocker/lists"}