Docker Commands

This is a list of every docker command I find useful and a bit of info about it. It is not intended to be a tutorial of any kind, but maybe someone will find this list as useful as I consider it to be! General docker version - if any error here, docker is probably not running. If on linux, do a sudo docker info - a lot more info about the docker installation Containers docker container run IMAGE - first it gets an image from local machine, if it doesn’t find one, tries to get one from docker hub....

October 24, 2019 · 5 min · Antonio P Lacerda

Remove Diacritics

If you ever faced the terror of finding a diacritic that messed up some of your regex, or some awesome script you’ve written, then we are on the same boat. Although I love my language, portuguese, messing up with scripts is never a good way to make friends, so I often need to remove those annoying characters from sentences and every time I need to do so I go surf the web for the same answer....

July 6, 2019 · 1 min · Antonio P Lacerda