Code Monkey home page Code Monkey logo

dockerui's Introduction

DockYard

DockYard is a docker management tool that can manage docker images and containers running on a Linux, Windows or Mac OS X. DockYard runs as a docker container and thus it is platform neutral.

By integrating the docker hosts across these different environments in to a single management window, the developement, QA and Ops teams can create and share these images and containers.

Features Supported

  • Summary of enviroment
  • Listing Containers
  • Listing Images
  • State of Containers (Started or Stopped)

Platforms Tested

  • Docker version 1.6.0
  • Linux all flavors
  • Boot2Docker v1.6.0 (Mac OSX 10.10.3 , Windows 7)

Prerequisites

  • nodejs v0.10.33
  • npm v1.4.28

Docker Environment Setup

$ sudo apt-get update
$ sudo apt-get -q -y install nodejs npm ruby ruby-dev rubygems-integration
$ npm install -g grunt-cli
$ npm install -g bower
$ npm install -g grunt-contrib-compass 
$ sudo gem install sass
$ sudo gem install compass
$ cd $SOURCE
$ npm install --save
$ npm install grunt-contrib-compass --save
$ bower install --save --allow-root --force-latest --config.interactive=false
$ ./grunt serve --force

DockYard Installation

Enable Docker API

Check if docker daemon is running. If so, restart the docker daemon with the following options

$ sudo docker -H tcp://0.0.0.0:5000 -H unix:///var/run/docker.sock -d &

Build Dockyard Environment

$ sudo docker pull bluemeric/dockyard

$ sudo docker run --name idock  -it -p "9000:9000" bluemeric/dockyard

DockYard Dashboard

Alt text

DockYard Images

Alt text

DockYard Containers

Alt text

#License DockYard is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

dockerui's People

Contributors

gowrishankargeek avatar graha avatar

Watchers

James Cloos avatar  avatar Bluemeric 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.