Created
June 24, 2020 19:31
-
-
Save sergeylukin/448bab1e273a96bcd3dc067cf6d171f8 to your computer and use it in GitHub Desktop.
Install Jenkins via Docker on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d -p 8080:8080 jenkins/jenkins | |
docker ps | |
# Install docker-enter function: | |
# docker-enter() { | |
# docker exec -it "$@" bash | |
# } | |
docker-enter <container_id> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment