doc/readme.rst: fix docker image build instructions

This commit is contained in:
pancho horrillo
2019-07-01 15:42:16 +02:00
parent 9d1937ebbf
commit 01d1bf6038
+2 -2
View File
@@ -136,13 +136,13 @@ Build the kapow! docker image
.. code-block:: bash
docker build -t bbva/kapow:0.1 /path/to/kapow/poc
cd /path/to/kapow/poc; docker build -t bbva/kapow:0.1 .
Build a docker image for running the nmap example
.. code-block:: bash
docker build -t kapow-nmap /path/to/kapow/poc/examples/nmap
cd /path/to/kapow/poc/examples/nmap; docker build -t kapow-nmap .
Run kapow
---------