This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
08 Create Stack From a Custom Catalog
satrapu edited this page Oct 14, 2017
·
2 revisions
This page details how to register a custom catalog into a running instance of Rancher server and how to create a stack based on this catalog.
Catalogs allow packing complex Docker Compose setups which can easily be started even by non-technical persons using a wizard-like setup form.
More information can be found here and here.
-
Go to Rancher UI
-
Click the "Add Catalog" link and fill in the fields accordingly
- Name: tgd
- URL: https://github.com/satrapu/rancher-workshop.git
- Branch: master
-
Click "Save" button and you should now see a new catalog, "tgd"
-
Click "View Details"
-
Fill in the mandatory and optional fields as you see fit; play around to see how this UI behaves
-
Click the "Launch" button and see the new stack being created and started