package
0.13.1
Repository: https://github.com/pygmystack/pygmy.git
Documentation: pkg.go.dev

# Functions

Clean will forcibly kill and remove all of pygmy's containers in the daemon.
Down will bring pygmy down safely.
DryRun will check for.
Export will export validated configuration to a given path, or it will export by default to $HOME/.pygmy.yml.
GetServicesSorted will return a list of services as plain text.
ImportDefaults is an exported function which allows third-party applications to provide their own *Service and integrate it with their application so that Pygmy is more extendable via API.
NetworkConnect is part of a centralised abstraction of the Docker API and will connect a created container to a docker network with a specified name.
NetworkCreate is part of a centralised abstraction of the Docker API and will create a Docker network with a specified configuration.
NetworkStatus will check the state of a Docker network to test if it has been created, and will return false if the network can not be found.
No description provided by the author
No description provided by the author
Restart will stop and start Pygmy in its entirety.
Setup holds the core of configuration management with Pygmy.
SshKeyAdd will add a given key to the ssh agent.
Status will show the state of all the things Pygmy manages.
Stop will bring pygmy down safely.
Up will bring Pygmy up.
Update will update the the images for all configured services.
Version describes which version of Pygmy is running.

# Structs

CompatibilityCheck is a struct of fields associated to reporting of a result state.
Config is a struct of configurable options which can be passed to package library to configure logic for continued abstraction.
Key is a struct with SSH key details.
No description provided by the author
No description provided by the author