Scott Coulton
Scott Coulton
@nkkollaw I had the same issue on the 5 kernel. If you install the 4.19 it will solve your issue in the short term.
any update on this issue? As I can't deploy a new machine with snap on ubuntu as 5.0.1 has introduced the filtering issue that was not in 5.0.0 and has...
I will have sometime next week to have a look at the issue.
@itsSaad when Docker returns the error code 125 it is an issue with the demon. Please see here https://docs.docker.com/engine/reference/run/#exit-status. Is the Docker Deamon starting correctly after the reboot?
@benningm Thanks for the PR, the code looks good. Are you able to write some unit tests for the function?
@drignoto Could I just ask that you please squash your commit into a single commit, Also remove code that you have commented out. I will test this branch tomorrow for...
@drignoto Here you go !!! https://github.com/ginatrapani/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit Sorry I didn't get a chance to test this yesterday, I will do it today.
@drignoto No worries, I will have a look at this PR and squash the commits. In regards to the other work you have been doing, Please raise them in individual...
@dhollinger sorry for the delay on this. We have had a few other features etc we are trying to prioritise for a new release of the module like services and...
I don't believe the module supports removing untagged images, but you can run the following `docker rmi $(docker images | grep "^" | awk "{print $3}")`