mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-30 19:48:49 +00:00
Generated largely from the specified config; small parts taken from `docker image inspect`, such as the command line. Renamed some of the yaml keys to match the OCI spec rather than Docker Compose as we decided they are more readable, no more underscores. Add some extra functionality - tmpfs specification - fully general mount specification - no new privileges can be specified now For nostalgic reasons, using engine-api to talk to the docker cli as we only need an old API version, and it is nice and easy to vendor... Signed-off-by: Justin Cormack <justin.cormack@docker.com>
14 lines
464 B
Markdown
14 lines
464 B
Markdown
[](https://godoc.org/github.com/docker/go-connections)
|
|
|
|
# Introduction
|
|
|
|
go-connections provides common package to work with network connections.
|
|
|
|
## Usage
|
|
|
|
See the [docs in godoc](https://godoc.org/github.com/docker/go-connections) for examples and documentation.
|
|
|
|
## License
|
|
|
|
go-connections is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
|