Skip to content

Instantly share code, notes, and snippets.

@McFateM
Last active February 20, 2018 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/6fac3fb427cdccfa7022ae01b422c5cc to your computer and use it in GitHub Desktop.
Save McFateM/6fac3fb427cdccfa7022ae01b422c5cc to your computer and use it in GitHub Desktop.
ISLE docker-compose.yml - 1.3.8.1 - Define a volume for mounted/existing Fedora data
Description:
------------
This line defines a Docker 'volume' where existing Fedora data can be mounted.
Instructions:
-------------
@TODO...lots more detail needed here.
Replace
- /mnt/barnard/islandora/fedora/data:/usr/local/fedora/data
with
- /fedora_data:/usr/local/fedora/data
Use:
----
No further action required.
Notes:
------
The above data volume WILL persist across containers. Make sure the folder/mount on your host supports both read AND write!
Original:
---------
## 3.08.01 - Define a volume for mounted/existing Fedora data
## /mnt/barnard... line immediately below replaced with the one below it.
## - /mnt/barnard/islandora/fedora/data:/usr/local/fedora/data # barnard's Fedora data folder and all subfolders from bare metal instance.
- /fedora_data:/usr/local/fedora/data # barnard's Fedora data folder and all subfolders from bare metal instance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment