hypercli
hypercli copied to clipboard
Command line tool for the Hyper.sh platform.
https://docs.docker.com/compose/production/ describes to use this flag to restart single containers. Why is this missing in hyper. What's the correct way to do this with hyper?
- [ ] volume ls - [ ] fip ls - [ ] snapshot ls - [ ] service ls - [ ] cron ls - [ ] compose ps...
Is it possible? A sample use case is when running unit tests on Hyper container. We might need to get the generated test reports for archiving purpose.
I am able to mount a volume `test` with the command `hyper run -it -v test:/test ubuntu`. If I then append `:ro` to the mount command, `hyper run -it -v...
When referring to volumes on the CLI, they cannot be addressed using short IDs, like containers and images, only by the full ID: ``` $ hyper volume create dc1ec072da927a2b138702a99a26f22557b53941eae78632aeae9260a0c8d25 $...
The following file works fine with Docker: ```YAML version: '2' services: front-end: image: weaveworksdemos/front-end hostname: front-end restart: always edge-router: image: weaveworksdemos/edge-router ports: - '80:80' hostname: edge-router restart: always catalogue: image:...
First create a container as slave agent "hyper create --interactive ubuntu java -jar slave.jar". Then start it with cmd "hyper start --interactive --attach ContainerID" After that master may put much...