If your image is docker, please upload your image with your MobiledgeX Account Credentials to our docker registry using the following docker commands. $ docker login -u <username> docker.mobiledgex.net $ docker tag <your application> docker.mobiledgex.net/dai-labor/images/<application name>:<version> $ docker push docker.mobiledgex.net/dai-labor/images/<application name>:<version> $ docker logout docker.mobiledgex.net If you image is VM, please upload your image with your MobiledgeX Account Credentials to our VM registry using the following curl command. $ curl -u<username> -T <path_to_file> "https://artifactory.mobiledgex.net/artifactory/repo-DAI-Labor/<target_file_path>" --progress-bar -o <upload status filename>