From bd0b65f38ec4c1ec9d2fcfc377d9d1de7afe6bc7 Mon Sep 17 00:00:00 2001 From: Matt307082 <125820319+Matt307082@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:57:37 +0100 Subject: [PATCH] Update kubernetes_abcdesktop_applications.md --- .../docs/3.0/setup/kubernetes_abcdesktop_applications.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/opsdocs/docs/3.0/setup/kubernetes_abcdesktop_applications.md b/opsdocs/docs/3.0/setup/kubernetes_abcdesktop_applications.md index c2e0dc1d7..d3febd56d 100644 --- a/opsdocs/docs/3.0/setup/kubernetes_abcdesktop_applications.md +++ b/opsdocs/docs/3.0/setup/kubernetes_abcdesktop_applications.md @@ -84,11 +84,6 @@ In this example, we install the application `2048` game, but you can choose anot curl https://raw.githubusercontent.com/abcdesktopio/conf/main/apps/2048.d.3.0.json --output 2048.json ``` -To inspect image json you can also run crictl `inspecti` or `docker inspect` command. - -- `crictl inspecti abcdesktopio/2048.d:3.0 > 2048.json` -- `docker inspect abcdesktopio/2048.d:3.0 > 2048.json` - The image manager endpoint REST API is `http://[your-ip-hostname]:30443/API/manager/image` Replace `[your-ip-hostname]` by your own server ip, by default with localhost, the url become `http://localhost:30443/API/manager/image` @@ -97,7 +92,7 @@ Replace `[your-ip-hostname]` by your own server ip, by default with localhost, t Send the 2048.json file to the images REST API ``` -curl -X PUT -H 'Content-Type: text/javascript' http://localhost:30443/API/manager/image -d @2048.json +curl -X PUT -H 'Content-Type: text/javascript' http://[your-ip-hostname]:30443/API/manager/image -d @2048.json ``` The response is the json document.