Skip to content

Commit 3c44fbf

Browse files
author
Adi Atzmony
authored
Update Dockerfile (#229)
updating to include command for new self-hosted quickstart guide
1 parent ec0d233 commit 3c44fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: jfrog-quickstart-examples/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
#Option 1: for cloud subscription
12
FROM ${SERVER_NAME}.jfrog.io/${VIRTUAL_REPO_NAME}/ubuntu:16.04
3+
#Option 2: for Self-Hosted subscription. Remove the above cloud command and use the below command
4+
#FROM ${Artifactory_URL:Artifactory_PORT}/${VIRTUAL_REPO_NAME}/ubuntu:16.04
25
CMD printf "CONGRATULATIONS!!! You have just set up your first Docker repository with the new JFrog Platform!"

0 commit comments

Comments
 (0)