@@ -28,7 +28,7 @@ To develop and test new features in the application, use a Linux host with Docke
Start analycyte with the base image and a port for shiny web service. The base image is run in interactive mode, otherwise a shiny server is executed (see the FROM item). The base image is pulled from DockerHub on the first run because it does not exist in the local host cache.
```
docker run -it -p 3838:3838 eugloh/analycyte_base:0.4 bash
docker run -it -p 3838:3838 eugloh/analycyte_base:0.5 bash
```
Then install the latest version of the analycyte packages.