Stephen Cheng
Stephen Cheng
I use the gateway ip instead, is that correct? ``` # docker network inspect b23f073d2158 [ { "Name": "bridge", "Id": "b23f073d2158c8580ad19de6e48dcf298442fa0dd1468bcec8d3682959a7e699", "Created": "2021-12-04T04:00:52.673257417Z", "Scope": "local", "Driver": "bridge", "EnableIPv6": false, "IPAM":...
some thing to add up. i managed to get true value from ``` return artoo._enabled ``` but any of below will just return null value: ``` return $('#ip').text(); return artoo.$('#ip').text();...
@fairbairn you may want to try: https://github.com/upcmd/up It simply use composition model for you to assemble pre/post tasks, it is flexible to chain through, loop, do if/else logic etc.
@andreynering https://github.com/direnv/direnv might be considered to achieve this? it actually load the sourced export values into its context. If so, can part of its code incorporated?
what's preventing this to be merged? can we get this one going into master?
Thanks I will look into this. It does make sense
@lonely-generation Btw, what is usage example of up cmd?