-
Notifications
You must be signed in to change notification settings - Fork 2
Image builds
Peter Rice edited this page May 6, 2022
·
5 revisions
A script in the docker-build directory is included to generate the images from Dockerfiles.
% cd docker-build
% ./docker-all.sh
To generate a single image, add to the docker-all.sh command line: app|db|load|rserve|solr
docker login
docker tag transmart-xx:latest transmartfoundation/transmart-xx:latest
docker push transmartfoundation/transmart-xx