-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Hello,
I'm trying to connect to a network using .post('/networks...')
Before I've created a network and create/started a container.
I have both ID on network and container varialbe
docky.post('/networks/'+network+'/connect',{json:{'Container':container}},function(err,toto){
I allways get:
SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>)
Just cant understand why ..
Can you help ? :)
Thx!
Reactions are currently unavailable