Registry / utility / docker-engine

docker-engine

JSON →
library1.13.1gogounverified

The core Docker engine for building and running containers.

go get github.com/docker/engine
INSTALL
IMPORT
SIG · DOCKER-ENGINE
D
docker-engine
utilitygov1.13.1
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.

engine
github.com/docker/engine

Import the Docker engine library

package main import ( "fmt" "github.com/docker/engine" ) func main() { fmt.Println("Docker engine library") }
Debug
Known issues
breakingVersion 1.13.1 is very old; consider using the modern Docker API client (github.com/docker/docker/client) instead.
fix
Use github.com/docker/docker/client for the current Docker API.
affects: < 19.03
Upgrade
Version history
1.13.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
docker-engine — go get docker-engine · libregistry