Skip to content
Snippets Groups Projects
Commit 745ea13d authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixed reference to docker container tag in main README

parent 59187911
Branches main
Tags v1.0
No related merge requests found
......@@ -13,12 +13,12 @@ This work has been developed within the activities of the RiskGONE project.
### Download
To download the container from Docker Hub registry, just pull it:
```bash
docker pull ricboero/mca_service
docker pull ricboero/mca_service:1.0
```
### Execution
To run the container as a service on the local machine use (please note that it maps 2 ports to publish both the service and the pluto notebook):
```bash
docker run -p 8080:8080 -p 1234:1234 -t ricboero/mca_service
docker run -p 8080:8080 -p 1234:1234 -t ricboero/mca_service:1.0
```
## 3. Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment