Skip to content

Commit

Permalink
Add a README for this repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxdude committed Feb 18, 2022
1 parent 99e4119 commit 0018463
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# pico

[![PkgGoDev](https://pkg.go.dev/badge/github.com/tuxdude/pico)](https://pkg.go.dev/github.com/tuxdude/pico) [![Build](https://github.com/Tuxdude/pico/actions/workflows/build.yml/badge.svg)](https://github.com/Tuxdude/pico/actions/workflows/build.yml) [![Tests](https://github.com/Tuxdude/pico/actions/workflows/tests.yml/badge.svg)](https://github.com/Tuxdude/pico/actions/workflows/tests.yml) [![Lint](https://github.com/Tuxdude/pico/actions/workflows/lint.yml/badge.svg)](https://github.com/Tuxdude/pico/actions/workflows/lint.yml) [![CodeQL](https://github.com/Tuxdude/pico/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Tuxdude/pico/actions/workflows/codeql-analysis.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/tuxdude/pico)](https://goreportcard.com/report/github.com/tuxdude/pico)

A go library with the core business logic for the
[`picoinit`](https://github.com/Tuxdude/picoinit) init system, used to
manage multiple processes (aka services) within a docker container.

[`picoinit`](https://github.com/Tuxdude/picoinit) aims to be a minimal
init and multi-service manager for Docker containers written in go.

0 comments on commit 0018463

Please sign in to comment.