jfrog / artifactory-docker-examples

Examples for using Artifactory Docker distribution in various environments
https://www.jfrog.com/artifactory/
Apache License 2.0
330 stars 299 forks source link

General: What is difference between Artifactory 'Docker Compose upgrade' and 'Docker Compose upgrade using Docker volume' ?? #205

Open sumitsingh306 opened 4 years ago

sumitsingh306 commented 4 years ago

I have gone through the Artifactory upgrade 6.x to 7.x wiki page. There is a method - Docker upgrade. So I want to understand where we can use 'Docker Compose upgrade' and where we can use 'Docker Compose upgrade using Docker volume' method.

I'm using docker-compose with postgresql to run artifactory 6.13.1

Need your inputs.

JfrogPrasanna commented 4 years ago

@sumitsingh306 The docker examples we had provided here had docker volumes used in the compose yaml, while the docker compose out of box is using the hard disk directly as mount points. That is the only difference.

If your earlier compose was using docker volumes, then you can use the docker volume documentation, otherwise the plain vanilla one. Hope this helps.

sumitsingh306 commented 4 years ago

@JfrogPrasanna Thanks for your reply. But after referring Jfrog link I'm still unable to interpret the differences. If it is just volume mapping difference then why 2 different steps. Docker compose using "/config.sh" script but docker compose with volume dont ? Can you help.