
codingtony/artifactoryThis Dockerfile creates an image to run a clean Artifactory installation
Artifactory listen on port 8081 by default
To start it (deamonized) :
docker run -d -p 8081:8081 codingtony/artifactory
| important directories | description |
|---|---|
| /opt/artifactory | This is the Artifactory HOME |
| /opt/artifactory/data | This is the Artifactory DATA folder, you probably want to mount a data container with a volume there. |
| /opt/artifactory/logs | This is the Artifactory LOGS folder, you probably want to mount a data container with a volume there. |
docker run --name "artifactorydata" -v /opt/artifactory/data -v /opt/artifactory/logs tianon/true
docker run -d -p 8081:8081 --volumes-from artifactorydata codingtony/artifactory
If you need to upgrade or setup, you probably want to log to the image and update the configuration you will simply to this :
docker run -ti -p 8081:8081 --volumes-from artifactorydata codingtony/artifactory bash






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