Storate container simplification
Only one is really needed for large storage for the dbstore container. The demo containers can contain their own data -- it's small and the containers are made for demonstration anyway.
This commit is contained in:
committed by
=Michael Hohn
parent
727381dc5a
commit
f60b55f181
@@ -4,11 +4,8 @@ FROM busybox
|
||||
# This data container holds data from existing runs. It cannot be built without
|
||||
# ready data.
|
||||
|
||||
|
||||
# Mirror parts of the host directory structure in the container
|
||||
COPY tmp/dbstore-data /data/mrvacommander/dbstore-data
|
||||
|
||||
COPY tmp/scratch /data/mrvacommander/qldbtools/scratch
|
||||
|
||||
# Just run sh if this container is ever started
|
||||
CMD ["sh"]
|
||||
|
||||
Reference in New Issue
Block a user