You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what i did to find my password for jfrog
the command given on your documentation is wrong the file doesn't existe docker exec -it <container-id> cat /var/opt/jfrog/artifactory/generated-pass.txt
to find the password : docker exec -it $INSTANCE_ID grep -i password /var/opt/jfrog/artifactory/etc/system.yaml
The text was updated successfully, but these errors were encountered:
Amazon AWS Container Marketplace does not allow default passwords. You must provide a password during container initialization or one will be randomly generated.
To set the first-time initialization password for the 'admin' user, pass the environment variable
ARTIFACTORY-PASSWORD with the desired password.
jfrog cloud-installer
what i did to find my password for jfrog
the command given on your documentation is wrong the file doesn't existe
docker exec -it <container-id> cat /var/opt/jfrog/artifactory/generated-pass.txt
to find the password :
docker exec -it $INSTANCE_ID grep -i password /var/opt/jfrog/artifactory/etc/system.yaml
The text was updated successfully, but these errors were encountered: