diff --git a/README.md b/README.md index fff20d0..153e24f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ docker pull ceticasbl/tsimulus-ms:1.6 ``` * Run the microservice: this command launches the Tsimulus microservice on port 8001. ``` -sudo docker run --name tsimulus-ms -ti -p 8001:8001 -d ceticasbl/tsimulus-ms:1.6 +docker run --name tsimulus-ms -ti -p 8001:8001 -d ceticasbl/tsimulus-ms:1.6 ``` When it's done, as explained in the previous section "How to use it?", the service can be accessed by submitting POST request to port 8001. diff --git a/arm64/README.md b/arm64/README.md index ab846ed..f2ec78a 100644 --- a/arm64/README.md +++ b/arm64/README.md @@ -8,5 +8,5 @@ docker pull ceticasbl/tsimulus-ms-arm64 ``` * Run the microservice: this command launches the tsimulus-ws.jar on port 8001. ``` -sudo docker run --name tsimulus-ms-arm64 -ti -p 8001:8001 -d ceticasbl/tsimulus-ms-arm64 +docker run --name tsimulus-ms-arm64 -ti -p 8001:8001 -d ceticasbl/tsimulus-ms-arm64 ``` \ No newline at end of file