
akhilrajmailbox/artifactoryinstallation instructions :: [***]
If you need to run the artifactory server without docker-compose ::
follow this steps >>
NOTE :: mysql-server need version equal or greater than 5.5 create the user with password and databases on this server ::
mysql -u root -p
CREATE USER 'artifactory@user'@'%' IDENTIFIED BY 'artifactory@password'; CREATE DATABASE artifactory@db; GRANT ALL PRIVILEGES ON artifactory@db.* TO 'artifactory@user'@'%'; FLUSH PRIVILEGES;
run this command in your docker machine ::
docker run -it --name artifactory-server --hostname artifactory-server -e MYSQL_HOST=192.168.1.106 -e MYSQL_USER= artifactory@user -e MYSQL_DATABASE= artifactory@db -e MYSQL_PASSWORD= artifactory@password akhilrajmailbox/artifactory:artifactory-server /bin/bash
in the above docker run command,
mysql database :: 192.168.1.106 mysql-user :: artifactory@user mysql-database :: artifactory@db mysql-user password :: artifactory@password






manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务