Docker container for SCM-Manager binded to 80 port
1.7K
Docker container for SCM-Manager.
Copy of official docker image but running on 80 port.
Useful for public accessed docker network without ability to publich/redirect ports.
Use authbind to bind low ports instead of jsvc (have some troubles to launch it).
#!bash
mkdir /var/lib/scm
chown 1000:1000 /var/lib/scm
docker run -v /var/lib/scm:/var/lib/scm icukeng/scm-manager
Content type
Image
Digest
Size
273.8 MB
Last updated
over 9 years ago
docker pull icukeng/scm-manager