Skip to content

jo-tools/docker

Repository files navigation

Docker

Docker Compose Examples

License: MIT

Description

This repository provides some Docker Compose Examples.

Data Storage

Docker Manual: Manage data in Docker
Docker 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.

The following examples provide setups for:

  • Volumes

    Volumes are the preferred mechanism for persisting data generated by and used by Docker containers. They are completely managed by Docker.

  • Bind Mounts

    Data is stored in a directory on the host machine, which is mounted into the container.

Docker Compose

PostgreSQL Server | pgAdmin 4

Example docker-compose.yml

cubeSQL Server | cubeSQL Web Admin

Example docker-compose.yml

MariaDB | phpMyAdmin

Example docker-compose.yml

Microsoft SQL Server | Adminer

Example docker-compose.yml

Shell Scripts

Example Shell Scripts

  • docker-volume-cp.sh
    Copy Data from Host to Docker Volume | Copy Data from Docker Volume to Host

About

Juerg Otter is a long term user of Xojo and working for CM Informatik AG. Their Application CMI LehrerOffice is a Xojo Design Award Winner 2018. In his leisure time Juerg provides some bits and pieces for Xojo Developers.

Contact

E-Mail    Follow on Facebook    Follow on Twitter

Donation

Do you like this project? Does it help you? Has it saved you time and money?
You're welcome - it's free... If you want to say thanks I'd appreciate a message or a small donation via PayPal.

PayPal Dontation to jotools