Closed carltonmason closed 5 years ago
Ah, its a yaml formatting problem...
In the cop-deploy.yaml, the image
element is indented to far.
So, it should be like this corrected snippet:
- name: mysql
image: index.docker.io/library/mysql:6.5.0
instead of:
- name: mysql
image: index.docker.io/library/mysql:6.5.0
Probably need to fix the formatting of this deploy.yml example code in https://copper.sh/ so others don't make the same mistake I did.
Feel free to close this issue.
Thanks
Thank you @carltonmason Yaml and copy paste don't work very well and it might have been the issue copying the example into the docs. I will make sure it gets corrected.
Hi There!
I just installed ruby and copper on my mac to give this a try. I am using the basic example as described in https://copper.sh/ and I get the error shown below. Am I doing something wrong? Yes I am a ruby newbie...