From b2c84fa20c66874960f60766d2604c7d635f6808 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 23 Sep 2016 18:23:14 +1200 Subject: [PATCH] Update README Switch to portainer org --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f1dcb4..a8e24bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# UI templates +# App Templates -This repository hosts the official templates (**'Apps'**) definitions for CloudInovasi UI. +This repository hosts the official templates (**'Apps'**) definitions for portainer. It also describes how to host your own Apps. @@ -74,11 +74,11 @@ You can build your own container that will use **nginx** to serve the templates Clone the repository, edit the templates file, build and run the container: ```shell -$ git clone https://github.com/cloud-inovasi/ui-templates.git +$ git clone https://github.com/portainer/templates.git $ cd ui-templates # Edit the file templates.json -$ docker build -t cloudinovasi-ui-templates . -$ docker run -d -p "8080:80" cloudinovasi-ui-templates +$ docker build -t portainer-templates . +$ docker run -d -p "8080:80" portainer-templates ``` Now you can access your templates definitions at `http://docker-host:8080/templates.json`. @@ -86,7 +86,7 @@ Now you can access your templates definitions at `http://docker-host:8080/templa You can also mount the `templates.json` file inside the container, so you can edit the file and see live changes: ```shell -$ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/templates.json" cloudinovasi-ui-templates +$ docker run -d -p "8080:80" -v "${PWD}/templates.json:/usr/share/nginx/html/templates.json" portainer-templates ``` ## Available apps: