diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-12 19:21:27 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-12 19:21:27 +0900 |
commit | 10b092e17b979fd5512639d140242b521a249052 (patch) | |
tree | 913340609624939ce74a7293c3ea609035d2e9a7 | |
parent | ce55b9a01eeec23a4f61ff8aaf5584e92141e089 (diff) | |
download | buildstream-10b092e17b979fd5512639d140242b521a249052.tar.gz |
doc/source/additional_docker.rst: Fix link to refer to website
The docker guide, which is part of the install guide, has moved
to the website.
-rw-r--r-- | doc/source/additional_docker.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/additional_docker.rst b/doc/source/additional_docker.rst index ff4c35cad..0cddad2db 100644 --- a/doc/source/additional_docker.rst +++ b/doc/source/additional_docker.rst @@ -4,19 +4,18 @@ BuildStream and Docker ====================== - BuildStream integrates with Docker in multiple ways. Here are some ways in which these integrations work. + Run BuildStream inside Docker ----------------------------- +Refer to the `BuildStream inside Docker <https://buildstream.build/docker_install.html>`_ +documentation for instructions on how to run BuildStream as a Docker container. -Refer to the :ref:`BuildStream inside Docker <docker>` documentation for -instructions on how to run BuildStream as a Docker container. Generate Docker images ---------------------- - The `bst-docker-import script <https://gitlab.com/BuildStream/buildstream/blob/master/contrib/bst-docker-import>`_ can be used to generate a Docker image from built artifacts. |