0

docker build process

I read that docker build is using some templates written in Go but I'm trying to achieve this for a yarn add or start from a python script. Their outputs are too verbose and I don't want to see the whole thing. I'm very familiar with Jinja.

I'm running MacOS Big Sur 11.4 & Docker version 20.10.7, build f0df350

3
  • The output of my docker build looks very very different, so it would help if you edit the question and add OS/distro and the docker version you are using.
    – dirkt
    Commented Jun 17, 2021 at 4:52
  • thanks, just did that.
    – Loai Misto
    Commented Jun 17, 2021 at 5:14
  • Looking at the options, there's now a --progress option that I don't see on my docker (version 18 via homebrew). So first thing I'd try is --progress plain. Second thing I'd try is --quiet.
    – dirkt
    Commented Jun 17, 2021 at 9:46

0

You must log in to answer this question.

Browse other questions tagged .