haxqer / jira

The simplest docker file of JIRA. Support v9.17.0(latest) and v9.12.11(lts)
https://hub.docker.com/r/haxqer/jira
380 stars 225 forks source link

Error response from Daemon, Container is not running #65

Open hamzanasir47 opened 1 month ago

hamzanasir47 commented 1 month ago

Hello,

I've pulled the Docker image haxqer/jira:9.15.2 and successfully ran it on my machine. However, when attempting to execute hack Jira commands using the following:


docker exec jira-srv java -jar /var/agent/atlassian-agent.jar \
    -d \
    -p jira \
    -m Hello@world.com \
    -n Hello@world.com \
    -o your-org \
    -s my-server-id

I encountered the error message **"Error response from Daemon, Container is not running"**. the container ID was provided, my attempts to locate and run the container were unsuccessful. I'm uncertain about the correct procedure to resolve this issue.

Could you please provide me with comprehensive steps to ensure proper execution?
haxqer commented 1 month ago

Replace 'jira-srv' with a custom container ID of your choice; if none is designated, the system will assign a default one. You must utilize the 'docker ps' command to locate it.

hamzanasir47 commented 1 month ago

Thank you for reply, I have tried the mentioned steps and successfully generated the key, after entring the key it keeps loading that configuring your license

haxqer commented 1 month ago

Please paste the error or info from the container.

A more streamlined approach would be to use docker-compose.

hamzanasir47 commented 1 month ago

Hi, I did not get any error but after loading for some time it picks the license key, i will check it with docker compose as well.

hamzanasir47 commented 1 month ago

Appreciate your help

hamzanasir47 commented 1 month ago

Hi again, I was able to crack the JIRA and Plugin as well, but now i am bit confused with the maintaining the state of the container, should i keep running it? when i run the container after stopping it it makes the setup again from scratch.