Git Product home page Git Product logo

docker_gui's Introduction

SHARK a docker gui

What is Shark

Shark is an alternative gui to Docker Desktop for the linux Ubuntu users. This gui aplication was build in python using the Tkinter library, instrad of using the terminal for every docker command, Shark helps you with some of the most used docker commands for images and containers control. For example:

  • run images
  • upload images from .tag files
  • remove containers
  • open containers in bash and more.

Alt text

Code

the source code for the Shark aplication is located in the code folder.

requirements

Python

If you dont have python installed on your Ubuntu machine simply use the terminal to download it using:

$ sudo apt install python3

You will also need the Tkinter library for python:

$ sudo apt-get install python-tk

Watch out! before you use the apt install or apt-get install commands you should do the

$ sudo apt update

$ sudo apt-get update  

docker

Then of course you will need docker. Easy way to download it is using the docker installation guid.

After you docker you will need to enabel your user to use docker commands without "sudo". You can do that with few simple commands:

Create the docker group.

$ sudo groupadd docker

Add your user to the docker group.

$ sudo usermod -aG docker $USER

Log out and log back in so that your group membership is re-evaluated.

You can also run the following command to activate the changes to groups.

$ sudo service docker restart

run

now all you need to do is run the gui_main.py the main aplication from the Code folder.

$ python gui_main.py

if you have python 2 also installed there is a chance youll have to specify you python version

$ python3 gui_main.py

issues

  • When you have a long image/container name the buttons will be moved right and you wont be able to click them.
  • Same goes for when you run an image and you add to many vols or ports.

Executable file

runing the executable file

the executable is very easy to use all you need to have are the images folder at the same directory as the executable file, and you are all set up.

I recomand to copy the executable file and the images folder to your own doc or working directory, and then create a shortcut to the executable file.

docker_gui's People

Contributors

gavriel200 avatar

Watchers

 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.