I want to create a Azure Container Instance by using the website (https://portal.azure.com). The original docker command would look like this: docker run -d my/image --min-port=49160 --fingerprint
.
On the advanced tab, I can enter a combination of key and value, for example min-port
and 49152
. But I also need to set fingerprint
as key, without a value. This is not allowed and gives me an error message "Value must not be empty". Is there a solution, maybe with CLI?