Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sguessou/jenkins-docker-practices-1
Small project showcasing the use of Docker + other technologies for different devops scenarios
https://github.com/sguessou/jenkins-docker-practices-1
aws-s3 docker docker-compose jenkins mysql
Last synced: 15 days ago
JSON representation
Small project showcasing the use of Docker + other technologies for different devops scenarios
- Host: GitHub
- URL: https://github.com/sguessou/jenkins-docker-practices-1
- Owner: sguessou
- License: mit
- Created: 2019-07-19T19:36:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T12:23:55.000Z (over 5 years ago)
- Last Synced: 2024-11-21T06:37:43.541Z (3 months ago)
- Topics: aws-s3, docker, docker-compose, jenkins, mysql
- Language: Shell
- Homepage:
- Size: 923 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devops Practices
## Various Docker Recipes
### Dokerizing Jenkins
Running Jenkins in a Docker container: [Dockerizing Jenkins](JENKINS.md)### Execute a BASH script from Jenkins
Link to the recipe: [Run a Bash script from Jenkins](JENKINS-BASH.md)### Execute a job in remote machine
[Docker + Jenkins + SSH](DOCKER-JENKINS-SSH.md)
### Docker Cheat Sheet
Link to the cheat sheet: [Docker Cheat Sheet](DOCKER-CHEAT-SHEET.md)