Skip to content

Commit 9b7f679

Browse files
committed
- fixed docker build instructions after last commit
1 parent f1ad21d commit 9b7f679

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/docker.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ message queue system.
2424

2525
Create the base image with the following instructions::
2626

27-
$ docker build -t docproc/base -f Dockerfile-docproc.base .
27+
$ docker build -t docproc/base .
2828

2929
The base image is now registered in your local docker registry as
3030
``docproc/base``.
3131

3232
.. note::
3333
The docproc applications of the base image will be built with nsq
3434
support only. To change this behaviour, you can tweak the ``BUILD_FLAGS``
35-
within ``Dockerfile-docproc.base`` as necessary or override the
36-
``BUILD_FLAGS`` at the command line::
35+
within ``Dockerfile`` as necessary or override the ``BUILD_FLAGS`` at the
36+
command line::
3737

38-
$ docker build --build-arg BUILD_FLAGS="-tags beanstalk" -t docproc/base -f Dockerfile-docproc.base .
38+
$ docker build --build-arg BUILD_FLAGS="-tags beanstalk" -t docproc/base .
3939

40-
The nsqd binary will be built and installed nevertheless, if
41-
``Dockerfile-docproc.base`` is not edited, though.
40+
The nsqd binary will be built and installed nevertheless, if ``Dockerfile``
41+
is not edited, though.
4242

4343
Build docproc Images
4444
--------------------
@@ -69,4 +69,4 @@ All services, including an nsqd, nsqlookupd and nsqadmin instance can be run via
6969
document ports and directories properly.
7070

7171
.. _docker: https://docker.com
72-
.. _NSQ: https://nsq.io
72+
.. _NSQ: https://nsq.io

0 commit comments

Comments
 (0)