64 lines
2.3 KiB
Plaintext
64 lines
2.3 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: pulumi_docker
|
|
Version: 4.5.7
|
|
Summary: A Pulumi package for interacting with Docker in Pulumi programs
|
|
License: Apache-2.0
|
|
Project-URL: Homepage, https://pulumi.io
|
|
Project-URL: Repository, https://github.com/pulumi/pulumi-docker
|
|
Keywords: pulumi,docker
|
|
Requires-Python: >=3.8
|
|
Description-Content-Type: text/markdown
|
|
Requires-Dist: parver >=0.2.1
|
|
Requires-Dist: pulumi <4.0.0,>=3.136.0
|
|
Requires-Dist: semver >=2.8.1
|
|
Requires-Dist: typing-extensions >=4.11 ; python_version < "3.11"
|
|
|
|
[](https://github.com/pulumi/pulumi-docker/actions)
|
|
[](https://slack.pulumi.com)
|
|
[](https://www.npmjs.com/package/@pulumi/docker)
|
|
[](https://pypi.org/project/pulumi-docker)
|
|
[](https://badge.fury.io/nu/pulumi.docker)
|
|
[](https://pkg.go.dev/github.com/pulumi/pulumi-docker/sdk/v3/go)
|
|
[](https://github.com/pulumi/pulumi-docker/blob/master/LICENSE)
|
|
|
|
# Docker Resource Provider
|
|
|
|
The Docker resource provider for Pulumi lets you manage Docker resources in your cloud programs. To use
|
|
this package, please [install the Pulumi CLI first](https://pulumi.io/).
|
|
|
|
## Installing
|
|
|
|
This package is available in many languages in the standard packaging formats.
|
|
|
|
### Node.js (Java/TypeScript)
|
|
|
|
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
|
|
|
$ npm install @pulumi/docker
|
|
|
|
or `yarn`:
|
|
|
|
$ yarn add @pulumi/docker
|
|
|
|
### Python
|
|
|
|
To use from Python, install using `pip`:
|
|
|
|
$ pip install pulumi_docker
|
|
|
|
### Go
|
|
|
|
To use from Go, use `go get` to grab the latest version of the library
|
|
|
|
$ go get github.com/pulumi/pulumi-docker/sdk/v4
|
|
|
|
### .NET
|
|
|
|
To use from .NET, install using `dotnet add package`:
|
|
|
|
$ dotnet add package Pulumi.Docker
|
|
|
|
## Reference
|
|
|
|
For further information, please visit [the Docker provider docs](https://www.pulumi.com/docs/intro/cloud-providers/docker) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/docker).
|