Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 593 Bytes

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.