@pulumi/docker
Version:
A Pulumi package for interacting with Docker in Pulumi programs
49 lines (28 loc) • 1.89 kB
Markdown
[](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).