Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error response from Daemon, Container is not running #65

Open
hamzanasir47 opened this issue May 24, 2024 · 6 comments
Open

Error response from Daemon, Container is not running #65

hamzanasir47 opened this issue May 24, 2024 · 6 comments

Comments

@hamzanasir47
Copy link

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 [email protected] \
    -n [email protected] \
    -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
Copy link
Owner

haxqer commented May 24, 2024

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
Copy link
Author

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
Copy link
Owner

haxqer commented May 24, 2024

Please paste the error or info from the container.

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

@hamzanasir47
Copy link
Author

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
Copy link
Author

Appreciate your help

@hamzanasir47
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants