Bind mount vs Volume on Docker. What's the difference between bind mounts and volumes?

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 7

  • @Automation-Avenue
    @Automation-Avenue  27 дней назад

    == TIMESTAMPS ==
    0:00 Bind mount vs volume
    0:50 docker run busybox container
    1:45 connecting to our docker container
    2:45 docker inspect container
    4:09 creating bind mount with docker -v command
    7:10 creating unnamed volume with docker -v command
    9:20 docker volume inspect command
    11:00 docker volume rm , ls and create commands
    11:55 creating named volume with docker -v command
    13:25 using docker run --mount command
    Please let me know if you have any questions.
    Marek

  •  Месяц назад +1

    Excellent tutorial, this made the topic very understandable to me. Thanks!

  • @JohnDoe1999-lg7mh
    @JohnDoe1999-lg7mh Месяц назад +1

    Thank you. Very informative.

  • @Lunolux
    @Lunolux Месяц назад

    nice!