abdennour

Results 101 comments of abdennour

enjoy now! http://hub.docker.com/r/abdennour/linguist

it was the default on my mac now.. But when i used ubuntu machine, it's not the default.

Thank you @SuperSandro2000 ! But Think about multi-stages images where an image use another one as base. If you put labels in the first one, you will lose caching layers...

Thank you @SuperSandro2000 . I am still not totally agree . > RUN apk add ansible ssh-client What about adopting the least container size principle ? The process A needs...

Thank you @FernandoMiguel . However, this methodology does not comply with DRY principle. If the first target install "ssh", the second target should reuse the first and just add the...

in the [docs](https://rancher.com/docs/k3s/latest/en/installation/private-registry/), it said : > In order for the registry changes to take effect, you need to restart K3s on each node. What should i run and where...

Thank you @ldelossa for the clarification !

I hope i will hear good news soon ! In the meantime, we are telling developers to comment some code in serverless.yml :( when running "sls offline"

This answer https://github.com/dherault/serverless-offline/issues/1078#issuecomment-764657545 helps me, but still i have to comment the event

> I will start taking a look at this from this weekend. Did you start taking a look @akinboboye ?