Andy Jeffries
Andy Jeffries
Ok, so if I wanted to add a container to a running app, I would do “acorn update -n appname newcontainer memcached:1.2.3” and it will also update everything, not just...
> Sorry for delayed response! > > You want: > > ``` > acorn update --image memcached:1.2.3 appname > ``` > > (where the --image flag specifies the new acorn...
Good for me, thanks for the answers.
Sorry @cjellick , I'm back and this isn't working for me still. I've anonymised some stuff below and trimmed some output in the build, but nothing to do with responses...
``` $ acorn images REPOSITORY TAG IMAGE-ID foundercatalyst/myimage 1 f7218b0f6ada foundercatalyst/myimage 2 f7218b0f6ada foundercatalyst/myimage 3 f7218b0f6ada ```
I don't know what triggers the job, but I would say some kind of schedule defined in the config for that process. To be honest, I've gone with a hand-crafted...
I took the work on #50, made it not fail any more tests than before, added new tests and docs. All seems "fine", except there's an additional border now, that...
I've just done another example in there to debug, and if I force the left cell to have a newline, the right cell is effectively only half-height, but doesn't get...
Thanks anyway @gettalong , I found it though. I was calling `cell` in the manual which immediately draws it to the page as a standalone object (with its own height,...
Just added `whitespace` as an option to nowrap. I found in my app that if I don't use `nowrap` it can wrap mid-word awkwardly in a table, but if i...