Registry / networking / containerd-fifo

containerd-fifo

JSON →
library1.1.0gogounverified

Package fifo provides a FIFO (named pipe) implementation for Go.

go get github.com/containerd/fifo
INSTALL
IMPORT
SIG · CONTAINERD-FIFO
C
containerd-fifo
networkinggov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fifo
github.com/containerd/fifo

Open a FIFO named pipe for reading.

package main import ( "fmt" "github.com/containerd/fifo" ) func main() { f, err := fifo.Open("/tmp/myfifo", syscall.O_RDONLY, 0) if err != nil { panic(err) } defer f.Close() fmt.Println("FIFO opened") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
containerd-fifo — go get containerd-fifo · libregistry