Fernando Junior
Fernando Junior

Reputation: 49

Jenkins + Artifactory in Red Hat

Good morning, I have a server with Red Hat Enterprise 7.6 (it can only be this one) installed and I have to install jenkins + jfrog artifactory.

The easiest way to do this would be with docker or installing them on the machine? The docker I already installed them but I do not know which is the most correct way to use them.

The docker seems to me better in the matter of I need to have other tools in that server and everything in container. In the future this machine will also have gitlab.

Thank you for your help

Upvotes: 0

Views: 92

Answers (2)

retgits
retgits

Reputation: 1406

Docker Compose will be your best option and is the recommended option from JFrog's point of view for the scenario you're describing. We've added a bunch of examples of docker-compose scripts to our GitHub repos that should give you a great start.

Upvotes: 2

Meiram Chuzhenbayev
Meiram Chuzhenbayev

Reputation: 906

You can user docker-compose tool. Combine all required services in one yaml file.

Upvotes: 0

Related Questions