Docker container with alpine and cvs pserver
3.6K
Docker container with alpine and cvs pserver
docker build -t costamauricio/alpine-cvs .
/var/cvsroot
$CVS_USER #cvsuser
$CVS_PASSWD #cvspass
docker run -d -p 2401:2401 costamauricio/alpine-cvs
sh deploy.sh
docker ps
docker container stop "{CONTAINER_ID}"
Content type
Image
Digest
Size
5 MB
Last updated
over 8 years ago
docker pull costamauricio/alpine-cvs