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

bin/docker-start helper script #956

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nkajic
Copy link

@nkajic nkajic commented Jul 5, 2023

Hi @markshust
this is just an idea. Please see if it works for you and your project.

bin/docker-start can be used as standalone command to start docker (currently mac only) or can be used inside other automatisation scripts. I use it in another script which recreate local projects from project source and database dumps.

Greetings,
Neven

@what-the-diff
Copy link

what-the-diff bot commented Jul 5, 2023

PR Summary

  • Introduction of Docker Initialization Script
    A new script has been added that automatically checks if Docker is running, and if not, the script will initiate it. This eliminates the need for manually starting Docker, consequently simplifying the process and improving productivity.

@rangerz
Copy link
Contributor

rangerz commented Jul 6, 2023

@markshust is using OrbStack now. Docker Desktop is uninstalled.

@markshust
Copy link
Owner

This is interesting, I like it. Though I use OrbStack, we can check to see if that is installed first and if not, then fallback to Docker Desktop. I think this script needs some additions possibly for Linux as well to check if the docker daemon is started and if not, start it there as well.

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

Successfully merging this pull request may close these issues.

None yet

3 participants