Dear all,
I have donloaded and start the jira software docker image available below :
https://hub.docker.com/r/atlassian/jira-software
I have pull the 8.19 version of Jira and when I start the container, the application run on default http port but then request me to enter a user name and password.
I did not change anything from the original image except running it with the command :
docker run -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software:8.19.0
What is the default login/passw of those image in order to continue the configuration ?
Thanks for help
regards
Hi @serge calderara !
As @Robert Wen_Cprime_ mentioned, one defined the admin username and password during the initial Jira setup. However, if do not remember the credentials of admin user by any reason checkout this article to recover them https://confluence.atlassian.com/crowdkb/restoring-passwords-to-recover-admin-user-rights-via-database-283642653.html
Cheers,
Alex
@Alex I simply restart the container and now I get the normal process on my local machine.
My next step was to do the same operation with Atlassian 8.19 docker image and publish it on Azure containers.
I manage to get the image runner in azure and access it with Ip:8080 port but what is happening is that when the setup strat either with custom or demo data, it is never completes and hangs in a never ending loop please wait it will take a minute or 2 and nothing happen...
Any guide line exist somewhere to run Atalssian container in Azure ?
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Azure is in my learning backlog but I played with Atlassian Docker images in previous versions running docker on my own MacBook a while back. I had a bit of a situation to startup Jira due to lack of resources (memory and processor) and after tuning up the container Jira started beautifully. Do you see any error messages in the atlassian-jira.log?
Cheers,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
now without any reason it comes up correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Usually on a "Greenfield" installation of Jira, when starting Jira for the first time, you come upon screens to set the initial user and password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.