qiliux
qiliux
How to display the label text of one node? Or can we the constracints to the text layout? ```{ "nodes": [ {"name": "a","showLabel":true,"-label":"libcola","depth":1,"color": "red","width":30,"height":30}, {"name": "b","showLabel":true,"-label":"Webbcola","depth":1.3,"color": "black"}, {"name": "c","showLabel":true,"-label":"Setbcola","depth":1.8,"color": "black"}...
The document about docker config missing a slash. Online document address is: [Official website pag](http://docs-ci.oneapm.com/services_example/docker.html) ``` init_config: instances: - url: "unix://var/run/docker.sock" ``` the slash (**/**) is important so that cloud...