Getting docker
and docker-compose
for Coral
On Windows
- Install the community edition (CE). This will install all the docker tools you'll need. (Follow this direct link if you don't wish to sign up)
- Ensure you've chosen linux containers, and not windows. This option might pop up during installation, but can be set after as well.
- Restart the machine (the docs say log out, but that does not always work)
- Share the drives with Docker because we'll be persisting some volumes.
On Mac
- Install homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install docker for Mac:
brew cask install docker
On Linux
- Install docker and docker-compose using the package manager available on your distribution.
- After installation, it is recommended to add your user to the docker group and set it up to start on boot. Instructions for this are available [here](https://docs.docker.com/install/linux/linux-po
2023, Microsoft Revision
d888c05