orcinus-nodejs icon indicating copy to clipboard operation
orcinus-nodejs copied to clipboard

Agnostic Orchestration Tools

Results 11 orcinus-nodejs issues
Sort by recently updated
recently updated
newest added

- [x] ORCINUS=[prod or dev] - [x] ORCINUS_HOST=[hostname] - [x] ORCINUS_PORT=[default 4000] - [x] ORCINUS_HTTP_CORS= example : http://domain1.com, http://domain2.com or * - [x] ORCINUS_DOMAIN=[main domain] - [x] ORCINUS_OMURA=[omura hostname] -...

enhancement
dev

![screen shot 2017-06-21 at 2 02 46 am](https://user-images.githubusercontent.com/2534060/27348278-0d39b10c-5626-11e7-8936-f9246f8d550a.png) It says "orcinus init ..." and "orcinus join ..." but the init/join command only available under `cluster` prefix.

```bash $ orcinus ps ``` - Menampilkan status semua **prosess / task** yang sedang running. - Bisa dijalankan di luar directory compose. - Hasil outpunya sama dengan output `$ orcinus...

enhancement

```bash $ orcinus ls [all|orcinus file|service name] ``` ![screen shot 2017-01-04 at 7 51 20 pm](https://cloud.githubusercontent.com/assets/828293/21642805/5bb397b4-d2b7-11e6-910f-184eaedc9a47.png)

enhancement

https://docs.docker.com/engine/reference/commandline/service_create/#/specify-service-constraints---constraint use : ```yml services: app: image: "aksaramaya/docker-http-server:v1" constraint: "node.role==manager" ``` node | attribute matches |example ---|---|---| node.id| node ID| node.id == 2ivku8v2gvtg4 node.hostname| node hostname| node.hostname != node-2 node.role|...

enhancement

```yml services: app: image: "aksaramaya/docker-http-server" volumes: - "bindtest" volumes: nfstest: type: "bind" source: "/mnt" target: "/mnt" ```

enhancement

```yaml services: app: image: "image:v1" command: "bash" ```

enhancement

The source path at the volume sections should be checked whether it have been created or not before run the orcinus command.

Checking local image on node, `$ docker images` ![image](https://cloud.githubusercontent.com/assets/10906059/22196572/7211fcf8-e180-11e6-8d45-adffa9c9b231.png) there is no `aksaramaya/docker-http-service:v2` images. Try to create services from custom oricnus file `web.yml`, using `aksaramaya/docker-http-services:v2` on `webapp` service. ![image](https://cloud.githubusercontent.com/assets/10906059/22196605/923b15d2-e180-11e6-93c9-3d88618daf9a.png) ![image](https://cloud.githubusercontent.com/assets/10906059/22196655/d092ba4c-e180-11e6-89cd-2c1dd7b510b7.png)...