File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1- # PlasticSCM Docker image
1+ # PlasticSCM Docker tooling
22
3+ ## Using Docker Compose
34To build:
45
5- docker build --rm=true -t <image_name> plastic
6+ docker-compose -f docker-compose.yaml build plastic
7+ To run:
8+
9+ docker-compose -f docker-compose.yaml up -d plastic
10+
11+ To add a user: ` PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS `
12+
13+ To refresh the server: ` PLASTIC, PLEASE UPDATE, I DON'T KNOW THIS `
14+
15+ To upload a new license file: replace the file in the ` data/conf ` directory (per the docker-compose file)
16+
17+ To backup the databases: copy the files from the ` data/sqlite ` directory (per the docker-compose file)
18+
19+ To retrieve logs: copy the files from the ` data/logs ` directory (per the docker-compose file)
20+
21+
22+ ## Classic mode
23+ To build:
24+
25+ docker build --rm=true -t <image_name> plastic -f Dockerfile.14
626
727To run:
828
You can’t perform that action at this time.
0 commit comments