rafaelzimmermann / remote-docker

Run docker for free on Oracle cloud
65 stars 23 forks source link

Out of host capacity. #1

Open Z1mDMan opened 2 years ago

Z1mDMan commented 2 years ago

Hi Refael, Thanks for making this. I have tried a few different things to get this working but I keep hitting either an error 500 Out of host capacity, or sometimes a 401 NotAuthenticated error. I'm a bit uncertain of the steps after downloading the files from this project if I'm doing the rest correctly. Should I be entering in my OCID somewhere in one of the tf files, maybe the variables one? Possibly the free tier doesn't have enough room for this?

Brunzendorf commented 10 months ago

i changed this:

variable "shape" { type = string default = "VM.Standard.E2.1.Micro" }

variable "how_many_nodes" { type = number default = 1 }

variable "availability_domain" { type = number default = 0 }

variable "ocpus_per_node" { type = number default = 1 }

variable "memory_in_gbs_per_node" { type = number default = 1 }

because Always Free changed grafik

I hope this help