| ... | ... |
@@ -124,7 +124,7 @@ You can run an interactive session in the newly built container: |
| 124 | 124 |
|
| 125 | 125 |
|
| 126 | 126 |
|
| 127 |
-.. note:: The binary is availalbe outside the container in the directory ``./bundles/<version>-dev/binary/``. |
|
| 127 |
+.. note:: The binary is available outside the container in the directory ``./bundles/<version>-dev/binary/``. You can swap your host docker executable with this binary for live testing - for example, on ubuntu: ``sudo service docker stop ; sudo cp $(which docker) $(which docker)_ ; sudo cp ./bundles/<version>-dev/binary/docker-<version>-dev $(which docker);sudo service docker start``. |
|
| 128 | 128 |
|
| 129 | 129 |
|
| 130 | 130 |
**Need More Help?** |