From 3b716cb5105c0954d3733a787a0dd0408e7f70e1 Mon Sep 17 00:00:00 2001 From: Patrick Durand Date: Tue, 21 Mar 2017 14:50:12 +0100 Subject: [PATCH] illustrate how to add/update bank descriptors in the container --- docker/Dockerfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0128cf7..75b7a85 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -79,6 +79,21 @@ RUN \ COPY run_bdm.sh /usr/local/bin +# ### +# Add/update bank descriptors. +# +# If you want to update existing bank descriptors, or to add new +# ones, simply update the following COPY line accordingly, then +# uncomment it and re-run the 'docker build'. +# +# DO NOT modify '/opt/beedeem/conf/descriptors/': this is the place +# where bank descriptors MUST BE located within the container to +# enable BeeDeeM to use them. +# +# Using COPY: https://docs.docker.com/engine/reference/builder/#copy +# +#COPY mytest.gd mybank.dsc /opt/beedeem/conf/descriptors/ + # ### # Start BeeDeeM. #