+1
On Tue, Feb 12, 2019 at 3:07 PM <david.urbina(a)intel.com> wrote:
From: David I Urbina <david.urbina(a)intel.com>
---
bundles/docker-compose | 14 ++++++++++++++
packages.list | 1 +
2 files changed, 15 insertions(+)
create mode 100644 bundles/docker-compose
diff --git a/bundles/docker-compose b/bundles/docker-compose
new file mode 100644
index 0000000..78a08d2
--- /dev/null
+++ b/bundles/docker-compose
@@ -0,0 +1,14 @@
+# [TITLE]: docker-compose
+# [DESCRIPTION]: Compose is a tool for defining and running multi-container Docker
applications.
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com>
+
+include(python3-basic)
+
+# start of custom additions
+include(containers-basic)
+# end of custom additions
+
+# main package
+docker-compose
diff --git a/packages.list b/packages.list
index c8ef5d4..6a785d5 100644
--- a/packages.list
+++ b/packages.list
@@ -39,3 +39,4 @@ texlive # major TeX-related typesetting programs, macro packages, and
fonts.
texmaker # TeX editor
thermal_daemon # thermal management
xfsprogs # XFS tools
+docker-compose # Compose is a tool for defining and running multi-container Docker
applications.
--
2.20.1