aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-09-03 19:47:16 +0000
committerRob Austein <sra@hactrn.net>2019-09-03 19:47:16 +0000
commit8a7eb9d54bd903c598e0debc65895daec3fa04de (patch)
tree8dba6b9bc1778a520c7080d5b6f51ef60ba1ed93 /README.md
parent75f091a80059ca6c8dc8b2c93ebf16f6effb892d (diff)
Supply pointer to APT instructions, fix minor doc nits.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 49c66b3..8914168 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,14 @@ whether in a new or existing installation, so all we really need to do
is arrange to defer running the postinst script until the container
starts up.
-Type `make` to build the image. If you're paranoid, you might want to
-generate your own `debian:stretch` base image using `debootstrap`
-rather than trusting the one that's available on Dockerhub, but that's
-your call.
+If you're paranoid, you might want to generate your own
+`debian:stretch` base image first, using `debootstrap` rather than
+trusting the one that's available on Dockerhub, but that's your call.
+
+The `Makefile` assumes that you've configured APT according to the
+instructions at <https://download.rpki.net/APTng/debian/> so that
+`apt-get download` can find the package. Type `make` to build the
+image.
See `create.sh` for an example of how one might start up the generated
container. One of the things that would probably horrify a True