gregorychalenko / Electainer

A Simply Electron App for Portainer GUI. Wrapped in a Standalone App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electainer

Its just a simply Portainer App combined with the Power of Electron.

---Made for Linux---

Pre-Install

  • Download and install Docker
  • open terminal and paste

docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer

https://portainer.io/install.html

Install Electainer

  • I recommend to mv Electainer-linux-x64 into /opt folder inside root

sudo mv Electainer/release-builds/Electainer-linux-x64 /opt

To make a launcher shortcut just Copy&Paste this into:

sudo gedit /usr/share/applications/electainer.desktop

[Desktop Entry]
Name=Electainer
Comment=Docker-GUI
Exec=/opt/Electainer-linux-x64/Electainer
Icon=/opt/Electainer-linux-x64/docker_icon.png
Terminal=false
Type=Application
StartupNotify=true

About

A Simply Electron App for Portainer GUI. Wrapped in a Standalone App.

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 93.8%Language:Objective-C 5.2%Language:C 0.8%Language:JavaScript 0.2%Language:CSS 0.0%