.. ===============LICENSE_START======================================================= .. Acumos CC-BY-4.0 .. =================================================================================== .. Copyright (C) 2017-2018 AT&T Intellectual Property & Tech Mahindra. All rights reserved. .. =================================================================================== .. This Acumos documentation file is distributed by AT&T and Tech Mahindra .. under the Creative Commons Attribution 4.0 International License (the "License"); .. you may not use this file except in compliance with the License. .. You may obtain a copy of the License at .. .. http://creativecommons.org/licenses/by/4.0 .. .. This file is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. See the License for the specific language governing permissions and .. limitations under the License. .. ===============LICENSE_END========================================================= ==================================================== On-Boarding Pre-Dockerized Model Using the Portal UI ==================================================== Acumos allows users to On-board their docker image models. Each model dockerized outside acumos by modelers can be On-boarded in Acumos. You just have to use the **On-boarding dockerized model** panel in the **on-boarding model** page of the Acumos portal.In this panel you can find two options. .. image:: ../images/portal/onboarding-dockerized-model.PNG :width: 75% - Upload New When you click **Upload New** button , you will get **Model Name** field, just type the desired name of the model and click on **Check Availability** to check whether the model name is available. Click the **Create Docker Image Reference** button which is shown after name validation. .. image:: ../images/portal/onboarding-dockerized-model-new.PNG :width: 75% - Upload Revision When you click on **Upload Revision** button, you can search the existing model and select that model. You can Click on **Update Docker Image Reference** button which is shown after selecting your model. .. image:: ../images/portal/onboarding-dockerized-model-uploadrev.PNG :width: 75% In the above both cases, you will receive the Acumos image reference in the **My Image Model** field which is to be used to push your docker image model in Acumos. This Acumos image reference looks like : :/modelname_soultion_id:tag Below are the steps to push your docker image. #. Login the Acumos Docker Registry docker login https://: -u -p #. Tag the docker image model with the Acumos image reference docker tag my_image_model :/modelname_solution_id:tag #. Push the model in Acumos docker push :/modelname_solution_id:tag