Skip to content

A macOS tool for starting then waiting for Docker.app to be ready

License

Notifications You must be signed in to change notification settings

camspiers/readydocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ready Docker

Ready Docker is a macOS tool for starting then waiting for Docker.app to be ready. It is designed to be used in environments where you want to bring up a container without human interaction.

Example Usage:

readydocker.sh && docker-compose up -d

Expectations

  • Docker should be located at /Applications/Docker.app
  • /tmp/ should be writable
  • docker command should be on $PATH

Install

Homebrew

brew tap camspiers/taps
brew install readydocker

Manual

Download readydocker.sh, make it executable and ensure it is on your $PATH.

About

A macOS tool for starting then waiting for Docker.app to be ready

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages