...
place repository.cfg to in a folder
replace <Folder> with the Folderpath that contains the repository.cfg
replace <Version> with a available version on nexusharbor
Code Block |
---|
docker run -p 8080:8080 -v data_volume:/temp/ -v <folder>:/application/config/license/ -v <Folder>/repository.cfg:/application/config/repository.cfg -d docker.kgs-software.com/tia/core/<product>:<Version> |
...