These are just experiments. Turns out the ocaml/opam docker containers
only use a local copy of the opam repo, so opam update does nothing.
Consequently, opam install coq.8.8.1 (for instance) would always say
No such package. After I learned that I simply needed to add a
remote opam repository to the docker container, regular opam install X
started to work again, so my docker files got simpler.
I'm putting these here just to save them somewhere. There are little