Skip to content

Instantly share code, notes, and snippets.

@darinpope
Last active October 6, 2023 22:35
Show Gist options
  • Save darinpope/32e9f6e478c72c0d4746cc2bfdfda5dc to your computer and use it in GitHub Desktop.
Save darinpope/32e9f6e478c72c0d4746cc2bfdfda5dc to your computer and use it in GitHub Desktop.

Gist to support https://www.youtube.com/watch?v=fj_TD9pufFM

Sample repository

JFrog CLI documentation

Run Artifactory with Docker Compose

version: '2'
services:
  artifactory:
    image: docker.bintray.io/jfrog/artifactory-oss:latest
    container_name: artifactory
    ports:
      - "8081:8081"
      - "8082:8082"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment