From eafb765dbdbf7e97d49f44431fcc7da3add84aef Mon Sep 17 00:00:00 2001 From: Pander Date: Wed, 23 Aug 2023 10:42:00 +0200 Subject: [PATCH] improved Docker documentation --- contrib/containers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/containers/README.md b/contrib/containers/README.md index 865a211db9feb..f10c84bce17d2 100644 --- a/contrib/containers/README.md +++ b/contrib/containers/README.md @@ -2,7 +2,7 @@ This directory contains configuration files for containerization utilities. -Currently two Docker containers exist, `ci` defines how Dash's GitLab CI container is built and the `dev` builds on top of the `ci` to provide a containerized development environment that is as close as possible to CI for contributors! +Currently two Docker containers exist, `ci` defines how Dash's GitLab CI container is built and the `dev` builds on top of the `ci` to provide a containerized development environment that is as close as possible to CI for contributors! See also [Dash on Docker Hub](https://hub.docker.com/u/dashpay) i.e. for the [dashd container](https://hub.docker.com/r/dashpay/dashd). ### Usage Guide