Code Monkey home page Code Monkey logo

zeus's Introduction

DEPRECATED: This project has been retired due to it no longer being a helpful utility in modern Docker setups.

Zeus

Zeus is a utility wrapper for Docker on macOS / OS X. It combines docker, docker-compose, docker-machine and docker-machine-nfs.

Requirements

  • Docker
  • Docker Compose
  • Docker Machine
  • Docker Machine NFS

Installation

Homebrew

brew install sudoash/tap/zeus

Standalone

Download the zeus bash script and put in your $PATH.

Getting started

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

# The default shell to run when SSH'ing into the container
ZEUS_SHELL=bash

# The default container to SSH into when running zeus ssh with no container argument
#ZEUS_DEFAULT_SSH_CONTAINER=

Usage

zeus - the utility wrapper for docker, docker-compose, docker-machine and docker-machine-nfs
zeus version 1.2.0

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
  stop                       Stops the Docker machine
  start                      Starts the Docker machine
  restart                    Restarts the Docker machine
  pull                       Fetch latest images for the Docker containers
  list                       Lists Docker containers
  ssh [container]            Connect via SSH to the specified container
  info                       Displays info for your Docker machine
  destroy                    Removes the Docker machine
  fix                        Attempts to fix any SSL or NFS issues
  run <container> <command>  Runs a command from within a new container
  exec <container> <command> Runs a command from within a running container
  logs <container>           Follows logs from a running container
  top                        Displays CPU, memory, network and disk IO for running containers
  scripts                    Runs scripts in the zeus.d directory on the virtual machine

Todos

  • Multiple docker-machine drivers
  • Linux support
  • Autocomplete commands

Credits

Thanks to the guys behind these amazing Docker tools!

License

MIT License

zeus's People

Contributors

k-przybyszewski avatar sudoash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.