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

post hook fails if Docker is not running #79

Closed
davisagli opened this issue May 4, 2023 · 1 comment · Fixed by #143
Closed

post hook fails if Docker is not running #79

davisagli opened this issue May 4, 2023 · 1 comment · Fixed by #143

Comments

@davisagli
Copy link
Member

Generating a project fails if Docker is not running:
Screenshot 2023-05-04 at 1 35 54 PM

We should improve the docker pre-check to confirm not only the docker command version, but that the docker daemon is running. (Alternative: make the post hook succeed even if dockerd is not running)

@davisagli
Copy link
Member Author

Actually rather than require docker to be running in order to run the cookiecutter, I would suggest to just skip the "make format" command and print a warning about it if docker is not running.

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

Successfully merging a pull request may close this issue.

1 participant