I am trying to configure and use local docker jfrog artifactory to store dockers: set up a clean ubuntu 22.04 lxc (under proxmox)
setup jrog using the commands:
cd ~
mkdir jfrog
pwd
export JFROG_HOME=/root/jfrog/
mkdir -p $JFROG_HOME/artifactory/var/etc/
cd $JFROG_HOME/artifactory/var/etc/
touch ./system.yaml
chown -R 1030:1030 $JFROG_HOME/artifactory/var
chmod -R 777 $JFROG_HOME/artifactory/var
docker run --name artifactory -v $JFROG_HOME/artifactory/var/:/var/opt/jfrog/artifactory -d -p 8081:8081 -p 8082:8082 releases-docker.jfrog.io/jfrog/artifactory-oss:latest
after docker created connected to the hostname:8082 and set up, user, created a new docker repository named ubuntutest. my host name is docker-registry from another computer in the network, i have login
docker login docker-registry
now i get the error:
Error response from daemon: Get "https://docker-registry:8082/v2/": remote error: tls: unrecognized name
i tried to investigate but i dod not found any logs with the process or the error inside in the host docker-registry and in the docker artifactory