DOCKER: USING BIND MOUNT TO DEVELOP YOUR WEB APPLICATIONS

Pubblicato il: 03 maggio 2022
sul canale di: Rafael Queiroz
694
15

Bind mount is a way to use a directory of your own file system to be mapped as a directory inside your container. It is quiet useful when you want to edit the file locally but have then inside/readable by container. Lets see how to use it.

Welcome!

Here are the Instructions utilized in this video:
docker run --name some-nginx -v C:\my_project:/usr/share/nginx/html:ro -d -p 8090:80 nginx
docker exec -it some-nginx /bin/bash

Hope you have enjoy this material.


In questa pagina del sito puoi guardare il video online DOCKER: USING BIND MOUNT TO DEVELOP YOUR WEB APPLICATIONS della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Rafael Queiroz 03 maggio 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 694 volte e gli è piaciuto 15 spettatori. Buona visione!