Giter Club home page Giter Club logo

docker-manager's Introduction

DockerTray Manager

This is a simple application built with electron as a study project. Here are the requirements to run this application:
- Have docker installed
- User need to have the rights to run docker commands without sudo

To use docker commands without sudo, you can add your user to docker group, just following this example.

๐Ÿ“ Important Note

This is my first electron application, so i did a lot of tests and decided to make babel configurantion by my self. So to run the script npm run dev you also need to run npm run start, the first one run typescript compile, and the second run electron application. I know it's boring to run 2 scripts every time, so i'll fix that in soon.

๐Ÿ‘ฃ Steps to run

  • Clone this repository
  • Install the dependencies:
#with yarn
yarn install 

#with npm
npm install
  • Now, to run delevopment server run:
#with yarn
yarn start 
# in other terminal
yarn dev
#with npm
npm run start
#in other terminal
npm run dev

๐Ÿ— Build time

The script build in package json will build just the package for linux system, but you can also change the script, or use other package to build, like electron forge.

#with yarn
yarn build

#with npm
npm run build

So that's all folks, thanks for comming ๐Ÿค–.

docker-manager's People

Contributors

devlevic avatar

Watchers

 avatar

Forkers

idncsk

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.