Dockerfile copy command

Get the course at Udemy here: www.udemy.com/docker-hands-on...

Пікірлер: 8

  • @Ling_Tian
    @Ling_Tian4 жыл бұрын

    Thanks very well explained.

  • @nelsonenriquez8105
    @nelsonenriquez8105 Жыл бұрын

    thanks for explaining!!!

  • @RichardChesterwood

    @RichardChesterwood

    Жыл бұрын

    Nice to hear it's useful Nelson - it's quite an old video too! All the best!

  • @NikosKatsikanis
    @NikosKatsikanis4 жыл бұрын

    nice thx

  • @chinmaykulkarni201
    @chinmaykulkarni2013 жыл бұрын

    This video is very well explained! I have a question though - So the files which are visible to the Dockerfile are only the ones where Dockerfile is present? And we cannot copy files from other folders where Dockerfile is not present?

  • @RichardChesterwood

    @RichardChesterwood

    3 жыл бұрын

    Thanks! There's a few ways around this - check out the SO post here: stackoverflow.com/questions/27068596/how-to-include-files-outside-of-dockers-build-context

  • @chinmaykulkarni201

    @chinmaykulkarni201

    3 жыл бұрын

    @@RichardChesterwood perfect! thank you so much for the quick reply. It solved my problem.

  • @islamtaha2482
    @islamtaha24822 жыл бұрын

    how to copy Directory not just file into the dockerfile ??