How to set email configuration? --> Error

To answer your questions:

  • edit the new, copied buildout.cfg in the senaite-1.3.3-git folder

  • the docker documentation (https://docs.docker.com/engine/reference/commandline/build/) states this should work, as it did for me:

    Tag an image (-t)

    $ docker build -t vieux/apache:2.0 .
    

    This will build like the previous example, but it will then tag the resulting image. The repository name will be vieux/apache and the tag will be 2.0 . Read more about valid tags.

  • run the docker build command from the folder where your “Dockerfile” resides

See if that helps :innocent: