Dockerzied git-scm.com site + git documentation for offline use.
469
Dockerzied git-scm.com site + git documentation for offline use.
ubuntu:latest$ docker run -d genadipost/git-scm
git clone https://github.com/dockerized-docs/git-scm
cd git-scm
docker build --build-arg "API_USER=github_username" --build-arg "API_PASS=github_password" -t genadipost/docs-git-scm .
# You must specify your github user name and password
# because non registred users are limited in number of API calls to github.com
# which will lead to build failure
You can test it by visiting http://container-ip:8080
Content type
Unrecognized
Digest
Size
502.6 MB
Last updated
over 9 years ago
docker pull genadipost/git-scm