An open API service indexing awesome lists of open source software.

https://github.com/lovesaroha/ldocker

Simple container management tool for docker.
https://github.com/lovesaroha/ldocker

docker docker-container-manager golang javascript

Last synced: 10 days ago
JSON representation

Simple container management tool for docker.

Awesome Lists containing this project

README

          

# lDocker
Simple container management tool for docker.

## Features
- Lightweight and Fast.
- Native Go implementation.
- Manage docker containers.
- Supports os dark mode.

## Requirements
- Go 1.9 or higher. We aim to support the 3 latest versions of Go.
- Go client for the Docker Engine API.

## Docker Go SDK
Simple install the package to your [$GOPATH](https://github.com/golang/go/wiki/GOPATH "GOPATH") with the [go tool](https://golang.org/cmd/go/ "go command") from shell:
```bash
go get -u "github.com/docker/docker/client"
```
Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.

## Usage
```bash
go run main.go
```

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/89.png)

---

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/90.png)

---

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/91.png)

---

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/92.png)

---

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/93.png)