diff --git a/Creating-and-testing-os-service-console-images.md b/Creating-and-testing-os-service-console-images.md new file mode 100644 index 0000000..28fdc5e --- /dev/null +++ b/Creating-and-testing-os-service-console-images.md @@ -0,0 +1,29 @@ +I want to add some custom service containers (and develop other consoles), so I forked the `rancher/os-services` repo, and created a test branch. + +in there, I've added some new entries to the index.yml, and then the corresponding `a/alpine.yml` file. + +I then configured my my fresh RancherOS to read that branch's index.yml. + +``` +[root@rancher-dev rancher]# ros config set rancher.repositories.sven.url https://raw.githubusercontent.com/SvenDowideit/os-services/test/ +[root@rancher-dev rancher]# ros config export +rancher: + repositories: + sven: + url: https://raw.githubusercontent.com/SvenDowideit/os-services/test/ +[root@rancher-dev rancher]# ros console list +disabled alpine +disabled centos +disabled centos +disabled debian +disabled debian +current default +disabled fedora +disabled fedora +disabled ubuntu +disabled ubuntu +disabled xfce +disabled xfce +``` + +At this point (v0.7.0rc), there are duplicates because I didn't remove the existing index.yml file entries. \ No newline at end of file