diff --git a/README.md b/README.md index 6814dbb..153f0c8 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,24 @@ ## Usage +Get files: +``` +git clone https://gitbucket.pgollor.de/git/docker/jenkins.git +cd jenkins +``` + +Start container: +``` +docker-compose up -d +``` + +Get secret for installaton: +``` +docker-compose exec master-jenkins cat /var/jenkins_home/secrets/initialAdminPassword +``` + +Goto `http://localhost:8080` + + ## License [![cc-bc-sa](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/): Please see [license](LICENSE.md)