-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep getting: json: cannot unmarshal string into Go value of type []string #1638
Comments
Here is my system information: boot2docker 1.7.2, Virtualbox 4.3.28, OSX 10.4.4, thanks again. |
This is a Docker 1.7.0 bug. If you like you can try the 1.7.1 release candidate, which contains a fix:
|
I am getting the same error. However, I am not using b2d |
@mboussaa It's a Docker bug, not a Boot2Docker bug. |
ok. In fact, it works now. I set the cpu share to 0. That is why I was getting this error. |
I am having this issue under 1.7.1-rc3 on Ubuntu 14.04:
My MWE docker-compose file:
More verbosely:
|
Maybe I am dumb. I changed $ cat docker-compose.yml
foodisk:
image: ubuntu
entrypoint: /bin/true
volumes:
- /var/opt/foo:/var/foo:rw
$ docker-compose up
Recreating fooz_foodisk_1...
Attaching to The moral of the story, perhaps, is to fully qualify your |
The perils of YAML. We should check or auto-convert it as part of #129. |
I'm also have this bug. If you use 1.6.2 and it works. |
other version of compose does not seems to fix the issue with docker 1.7.1. Any ideas? |
@bastiao what does your |
@bastiao Change |
Hi guys, after I upgraded to boot2docker 1.7.2,
docker-compose up
keeps throwing this error:json: cannot unmarshal string into Go value of type []string
.Could you please help me in this case. Thanks!
The text was updated successfully, but these errors were encountered: