docker-command 0.6.0

Library for creating Docker commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "docker-command"
version = "0.6.0"
authors = ["Nicholas Bishop <nicholasbishop@gmail.com>"]
edition = "2018"
repository = "https://github.com/nicholasbishop/docker-command"
license = "Apache-2.0"
description = "Library for creating Docker commands"
readme = "README.md"
keywords = ["command", "run", "docker", "container", "podman"]

[dependencies]
command-run = "0.12"
users = "0.10"