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.
readydocker.sh && docker-compose up -d
- Docker should be located at /Applications/Docker.app
- /tmp/ should be writable
- docker command should be on $PATH
brew tap camspiers/taps
brew install readydocker
Download readydocker.sh
, make it executable and ensure it is on your $PATH.