DEV Community

Cover image for [docker] Another small tool that i'm working on
tkhadir
tkhadir

Posted on

2

[docker] Another small tool that i'm working on

A small adventure that i took recently is to try developping a small tool to control my containers deployement by consuming docker api engine.

https://docs.docker.com/engine/api/v1.40/

My experience with using rancher was good so i tried to reproduce that with my own tool.

first of all you will need to edit and restart your docker.service file

vi /lib/systemd/system/docker.service
#edit this line like : 
ExecStart=/usr/bin/dockerd -H=fd:// -H=tcp://0.0.0.0:5555
systemctl daemon-reload
sudo service docker restart
Enter fullscreen mode Exit fullscreen mode

You can contribue : https://github.com/tkhadir/docker-manager

Thank you :)

List of images

Alt Text

List of containers running

Alt Text

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay