Current command given in README.md to start the mysterium node service using docker image mysteriumnetwork/myst appears to be incorrect.
sudo docker run --cap-add NET_ADMIN --net host --name myst -d mysteriumnetwork/myst service --agreed-terms-and-conditions
Current docker image mysteriumnetwork/myst does not accept flag --agreed-terms-and-conditions
Running the same command without this flag brings up the service.
Current command given in
README.mdto start the mysterium node service using docker imagemysteriumnetwork/mystappears to be incorrect.Current docker image
mysteriumnetwork/mystdoes not accept flag--agreed-terms-and-conditionsRunning the same command without this flag brings up the service.