From 5adb3ac497505463f0ba326ee7a175facd8dd4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= <hector.oron@collabora.com> Date: Thu, 17 Jan 2019 14:08:23 +0100 Subject: [PATCH] sid: add a note about minbase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When attempting to follow the instructions to run the container, it fails since `sid/minbase` image does not exist. Signed-off-by: Héctor Orón Martínez <hector.oron@collabora.com> --- obs-tests/sid/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/obs-tests/sid/README.md b/obs-tests/sid/README.md index b577813..43d278f 100644 --- a/obs-tests/sid/README.md +++ b/obs-tests/sid/README.md @@ -9,6 +9,11 @@ execute following commands under `docker-obs/obs-tests/sid` directory: ``` $ sudo make ``` + +Note you'll need a sid/minbase container you can generate with: +``` + $ sudo make minbase +``` == Run containers == 1. Run the containers -- GitLab