Version v3.7.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Administration
Install
To install & enable docker on nodes, configure the docker_enabled parameter to true.
Then run the docker.yml playbook (on target hosts/groups):
Docker will be installed on that infra group.
We are using the infra group here as an example, you can define it elsewhere as long as it applies to expected hosts.
Repository
Docker repo is part of the infra repo module, and will be automatically added during repo build.
You can add this repo to your nodes with:
Upgrade
To upgrade Docker Daemon, using the ansible command, add docker repo, then:
It will upgrade the docker-ce package to the latest version available on your configured repositories.
Remove
To remove Docker Daemon, using the ansible command to run:
It will remove the docker-ce package with your os package manager.
Applications
Pigsty provides ready-to-use software templates based on Docker Compose to deploy external applications seamlessly integrated with Pigsty-managed database clusters.