Max Hacking
Max Hacking
Hi Vaab, Thank you for looking at my suggested modifications. I have made the changes you suggested (more for my own sake than for yours) and it is a great...
Thanks for your feedback. Firstly, I chose the name event instead of entry because each git log entry is already referred to as an entry (obviously) and we are talking...
> Another useful feature for this could be the ability to run commands from outside the container as part of the test It already does run the test script from...
Since writing this code I have discovered that some of our images require a more complex testing procedure involving multiple setup, test and finish steps. An example of this is...
Thanks. `git rebase master` is exactly what I did. Then I foolishly decided to use git from within Eclipse to push the changes (because I was having a conversation with...
Sorry not to reply sooner but I've also been busy sadly. Sorry to hear about your health issues too - nothing too serious I hope. I haven't managed to put...
Hi Erik, no worries! Sounds serious - glad to hear you're hopefully on the mend.
> > When using the `network` module, or any module which depends on it, on an `OpenRC` system the `network` module cannot be installed. > > ``` > > dracut:...
> The `network` module is just a meta module that pulls in dependency on what's installed so I'm not following what you are referring to. OK, that makes sense. It...