hypercli
hypercli copied to clipboard
Command line tool for the Hyper.sh platform.
Tried to use gcr registry but it seems to complain "Pulling repository eu.gcr.io/xxx/xxx Error: Status 405 trying to pull repository xxx/xxx: "v1 Registry API is disabled. If you are not...
Hello, I'm trying to make hypercli work under CircleCI, and I've having problems. Especifically, I'm under the impression that only setting HYPER_ACCESS and HYPER_SECRET should suffice. However, it always complains...
Only occurs when I set the `env_file` field ```yaml version: '2' services: mongo: image: mongo expose: - 27017 app: image: node-app fip: 123.123.123.123 depends_on: - mongo links: - mongo ports:...
While trying to run a simple image hypercli crashed: ``` % hyper run -a STDOUT b518f40fb56b pmatos panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
**Description of problem:** When i run `hyper compose pull -f ${compose_file}` hyper detect correctly what image is supposed to pull but fail pull from dockerhub. `hyper pull ${image_name}` work properly...
Sorry for the nit, but you might want to correct that to "already exists", as that's not real English :-)
The docs here https://docs.hyper.sh/Reference/CLI/Compose/run.html say: ` --rm Remove container after run, ignored in detached mode` But I don't a `-d` in the available options.
I need a cron job that clean ups old temporary files from my container, and I actually have multiple containers that share volumes using an `nfs-server` container. But with `hyper...
Hi, the following command fails with error: _must specify at least one schedule_: hyper cron create --hour=0 --minute=0 --name my-cron-job my/image do_something However, if I change the hours and minutes...