Artifactory Pro in Docker Easy as 1-2-3

Artifactory in Docker 123

With the new Artifactory 5.x, you can spin up an instance of Artifactory Pro in Docker in an instant!

1. On Mac or Linux, run the following command

$ curl -L 'https://bintray.com/api/v1/content/jfrog/run/art-compose/$latest/art-compose?bt_package=art-compose' | sudo bash

2. Point your browser to https://<server>/artifactory/ and complete the onboarding wizard.

3. Start using Artifactory!

NOTE:
Data volumes on the host are created in /data (Linux) or ~/.jfrog/artifactory (Mac).

For more details on Artifactory with Docker, see Installing with Docker in the JFrog Artifactory User Guide.