Artifactory Docker Tutorial | JFrog Artifactory Tutorial For Beginners | Run Artifactory on Docker

preview_player
Показать описание
#artifactory, #docker, #artifactorytutorial Hello Friends, Welcome back to my channel. In todays tutorial we are going to see how we can setup Jfrog Artifactory as a Docker Container. JFrog Artifactory is a universal DevOps solution providing end-to-end automation and management of binaries and artifacts through the application delivery process that improves productivity across your development ecosystem. By end of this tutorial you will be able to run your binary management system as a docker container.

---------------------------------------------------------------------------------------------
How to Setup Docker:
---------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
Install Artifactory on CentOs machine:
---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
Instructions:

mkdir -p $JFROG_HOME/artifactory/var/etc/
cd $JFROG_HOME/artifactory/var/etc/
chown -R 1030:1030 $JFROG_HOME/artifactory/var
chmod -R 777 $JFROG_HOME/artifactory/var

-----------------------------------------------------------------------------------------------
================================================
Follow me @:
=============================================
Music credit: "Royalty Free Music from Bensound"
Рекомендации по теме
Комментарии
Автор

Nice video 👌 do you know how to upgrade the embeded Tomcat? It has until 8.0.61 version that in my case has several vulnersbilities detected by Nessus

trollingday
Автор

Thanks for this tutorial. I had problems starting Artifactory. I created the directory /home/ user/artifactory to map docker volumes and only when I created /home/ user/artifactory/etc as you showed, it worked. I thought Artifactory would create the rest of the directories itself.

linkflap
Автор

Great!!! Could you make video for artifactory docker registry??

LinhNguyen-jyen
Автор

Docker containers are very light weight, but here JFrog used 5 GB space, how? If like this, then how can we run 100's of containers in 1 EC2

naren
Автор

how can i make this on docker windows ?

thebrindils