https://github.com/farcloser/go-containers
https://github.com/farcloser/go-containers
containerization golang library
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/farcloser/go-containers
- Owner: farcloser
- License: apache-2.0
- Created: 2023-08-21T01:07:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T01:11:00.000Z (12 months ago)
- Last Synced: 2025-07-24T02:18:29.659Z (12 months ago)
- Topics: containerization, golang, library
- Language: Go
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/apparmor/apparmor.go
Awesome Lists containing this project
README
# Farcloser containers library
A very simple library providing basics for the containers ecosystem.
This contains modification of code, copies of code, or references to code from:
- github.com/containerd/nerdctl
- github.com/containerd/containerd
- github.com/moby/moby
and others, as indicated in the relevant files.
All copied and original code licensed under the Apache License.
## Dev
### Requirements
Review or call directly `./hack/dev-setup-linux.sh` or `./hack/dev-setup-macos.sh`
Then, `make install-dev-tools`
### Makefile
```bash
make fix
make lint
make test
```
### Local documentation
```bash
go install golang.org/x/pkgsite/cmd/pkgsite@latest
pkgsite
open http://localhost:8080/go.farcloser.world/containers
```