I use Linux, Ubuntu 18.10 with docker 19.03.6. I got "invalid reference format " when I ran my docker image on the synthetic data with the code given on https://github.com/Sage-Bionetworks-Challenges/Anti-PD1-DREAM-Examples as shown below: docker run \ -v $(pwd)/CM_026_formatted_synthetic_data_subset/:/data:ro \ -v $(pwd)/output:/output:rw \ awesome-antipd1-q1-model:v1 But when I removed the backslashes from the above code and ran as shown below. The image successfully worked. docker run -v $(pwd)/CM_026_formatted_synthetic_data_subset/:/data:ro -v $(pwd)/output:/output:rw awesome-antipd1-q1-model:v1 Can I submit my image? Kindly help

Created by Adeolu OGUNLEYE adeoluokiki
@adeoluokiki -- Synapse Discussion Forums (as well as Wikis) use standard Markdown notation to render their content. If you would like to learn more, go [here](https://docs.synapse.org/articles/wikis.html#wiki-markdown-language)! Otherwise, you can reference the guide by clicking on **Formatting Guide** on the top-right of an editing window.
I discovered that some signs got missing from my codes above after posting, for example; a. all the backslashes (\) in the first set of codes were missing b. all the $ signs in the second sets also disappeared and some characters were automatically converted to subscript after posting but when I clicked edit all the signs were intact and characters were normal. why is this happening? kindly help
Hi @adeoluokiki , In the first command you shared, I do not see any backslashes. With that said, if your container runs, I'd say go ahead and submit. Good luck! Verena

docker: invalid reference format. page is loading…