Skip to content

Commit

Permalink
illustrate how to add/update bank descriptors in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed Mar 21, 2017
1 parent 85227f5 commit 3b716cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 3b716cb

Please sign in to comment.