0.1.1 • Published 11 months ago
@jondotsoy/common-cli v0.1.1
@jondotsoy/common-cli
Api to connect with docker cli and podman cli
Sample:
import { podman } from "@jondotsoy/common-cli/podman";
await podman.run({ image: "ubuntu", options: { detach: true } });