Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.91 KB

README.md

File metadata and controls

64 lines (50 loc) · 1.91 KB

Simple Container Manager

node pnpm npm electron react typescript

node

Simple interface to manage docker containers on Linux.

Simple Manager Container

Icon by Birply Inked Duotone

Initial Screen

List your containers! Containers List

node

💻 Run Dev Project

pnpm

pnpm i && pnpm electron:serve

npm

npm i && npm run electron:serve

🚧 Build Project

pnpm

pnpm i && pnpm electron:build

npm

npm i && npm run electron:build

After build see in packages in ./dist

❌ Build Errors

In case of errors due to missing packages in the compilation in build Instructions.