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.
- Host: GitHub
- URL: https://github.com/lovesaroha/ldocker
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-01T12:45:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T11:43:58.000Z (about 4 years ago)
- Last Synced: 2025-01-12T19:23:39.964Z (12 months ago)
- Topics: docker, docker-container-manager, golang, javascript
- Language: CSS
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```

---

---

---

---
