bagnasco created page: dockerfile authored by Stefano Bagnasco's avatar Stefano Bagnasco
......@@ -137,6 +137,9 @@ As soon as the container starts on the node, the occam-run command exits: "Done"
occam-inspect 61516d71-1d0c-33fb-ac1f-83bca4b1846c
occam-kill 61516d71-1d0c-33fb-ac1f-83bca4b1846c
```
At the end of the execution (which in this example means almost immediately) you will again find a `mandelbrot.png` file in the current directory.
At the end of the execution (which in this example means almost immediately) you will again find a `mandelbrot.png` file in the current directory. Of course, you can pass arguments and options to your container through the `occam-run` command line:
```
occam-run <username>/docker-example 10 10. 1001 1001
```
## What next
## What next?