How to create a vm instance & docker container in GCP

Поділитися
Вставка
  • Опубліковано 23 лип 2020
  • Demo - Create a vm instance in GCP , install docker and create docker container with supermario image. Finally access the game from browser

КОМЕНТАРІ • 8

  • @vinferothas
    @vinferothas 4 роки тому +1

    Awesome machi...

  • @Amma-zq2wx
    @Amma-zq2wx 4 роки тому +1

    Thanks for the nice video, very helpful

  • @yadav-r
    @yadav-r 10 місяців тому

    Awesome. Thank you for sharing.

  • @carolinebonpapa5948
    @carolinebonpapa5948 4 роки тому +1

    Superb

  • @boulhanakhalid885
    @boulhanakhalid885 2 роки тому

    thaaank youu very much youu really help meee
    thnks

  • @managersoft4512
    @managersoft4512 Рік тому

    a query? install docker on an operating system which contains the application to be executed. it might slow down the vm a bit.
    If instead the app is installed without docker, it would spend less resources.

  • @josephwaldner1976
    @josephwaldner1976 Рік тому

    how can i run the docker command on startup? btw this is a realy good video. The documentation is a bit misleading because it says that the -p command is not needed to open ports when in fact it is. Because of this vid I noticed I had no ports open. I was using compose in my dev env and thought as long as i had firewall rules it would open the ports. So I would like to figure out a way to run the container with the -p flag on startup. I am using a private image for my vm that has the website running when the container starts so when I ssh it its already running with no public ports exposed. I have to stop, remove the image and re run it with the -p flag

  • @nishitkumar7650
    @nishitkumar7650 2 роки тому

    hey can you make a tutorial how to run Apache 2 with port 443 on docker container