Gist to support https://www.youtube.com/watch?v=fj_TD9pufFM
- https://github.com/darinpope/java-web-app
- be sure to use the artifactorybranch
- https://jfrog.com/getcli/
- https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
- https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory#CLIforJFrogArtifactory-UploadingFiles
version: '2'
services:
  artifactory:
    image: docker.bintray.io/jfrog/artifactory-oss:latest
    container_name: artifactory
    ports:
      - "8081:8081"
      - "8082:8082"