19th February 2023 - Link Blog
Docker can copy in files directly from another image. I did not know you could do this in a Dockerfile:
COPY --from=lubien/tired-proxy:2 /tired-proxy /tired-proxy
19th February 2023 - Link Blog
Docker can copy in files directly from another image. I did not know you could do this in a Dockerfile:
COPY --from=lubien/tired-proxy:2 /tired-proxy /tired-proxy