Zeus is a utility wrapper for Docker on macOS / OS X. It combines docker, docker-compose, docker-machine and docker-machine-nfs.
- Docker
- Docker Compose
- Docker Machine
- Docker Machine NFS
Before you can use Zeus, you need to create a Zeusfile. The easiest way to create one is by using zeus init. You should end up with something like this:
# Automatically generated by zeus
ZEUS_NAME=local
ZEUS_DOMAIN=local.dev
zeus - the utility wrapper for docker, docker-compose, docker-machine and docker-machine-nfs
Usage: /usr/local/bin/zeus <command>
Commands:
init Initialises Zeus and creates a Zeusfile
create Creates the Docker machine for the first time
up Starts the Docker containers
down Removes the Docker containers
reload Recreates the Docker containers
ssh <container> Connect via SSH to the specified container
- Multiple docker-machine drivers
- Linux support
- Autocomplete commands
Thanks to the guys behind these amazing Docker tools!
GNU General Public License v3.0