RSSAmplifier

Code and unicorns · Jun 6, 2018

docker-compose Jenkins with persistent data

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

This guide will focus on the local environment for now, but should be easy to adapt to higher env’s. The focus of the guide is how to run Jenkins image, add changes to it, and load then on next start. Create a following file on your local machine and go to that location in the terminal. docker-compose.yaml file: services: jenkins: image: 'jenkins/jenkins:lts' labels: kompose.service.type: nodeport…

Read on codeandunicorns.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.