Skip to content

Instantly share code, notes, and snippets.

@sergeylukin
Created June 24, 2020 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeylukin/448bab1e273a96bcd3dc067cf6d171f8 to your computer and use it in GitHub Desktop.
Save sergeylukin/448bab1e273a96bcd3dc067cf6d171f8 to your computer and use it in GitHub Desktop.
Install Jenkins via Docker on OS X
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