debops.docker_service
Docker is a platform for running applications in lightweight, isolated
containers. The debops.docker_service Ansible role can be used to manage
simple Docker container services on hosts where Docker Engine is already
installed by the debops.docker_server role. The role supports port
mapping, volume mounts, environment variables, resource limits and automatic
nginx reverse proxy configuration through integration with the
debops.nginx role.
Copyright
debops.docker_service - Manage Docker container services using Ansible
Copyright (C) 2026 Patryk Ściborek <patryk@sciborek.com>
Copyright (C) 2026 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
This Ansible role is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.