Using Docker to deploy Apache, Nginx, Wordpress and Nodejs containers with Digital Ocean

preview_player
Показать описание


In this tutorial, we will walk through how to quickly create containers to run Apache, Nginx, WordPress and Nodejs servers all on a single $5/month Digital Ocean droplet!

We will get our hands dirty by quickly creating containers to run Apache, Nginx, Wordpress and Nodejs servers all on a single $5/month Digital Ocean droplet!

FOLLOW US:
Don't forget to subscribe! Really appreciate it!

Рекомендации по теме
Комментарии
Автор

Excellent tutorial. Keep up the good job

mustaphag
Автор

Docker is amazing! Thanks for sharing!

mr.camroe
Автор

Thanks~ Your video make me understand docker.

FlukeZaoldyeck
Автор

What font do you use in your terminal emulator? Looks pretty

koka
Автор

Rather old but good content, thank you!

gavinlindridge
Автор

Hi, thanks for your tut. I would like to know how to mount volumes between host and the container?
docker run -p 3000:3000 -v /app.js kartikajas/nodeapp
the above code mounts the volume but doesnt change the display until i stop the container and run it again. please tell how to exit from the console. ctrl +p and ctrl + q or ctrl c do not exit from the console.

kartikphilo
Автор

if i want to deploy my app which ip and path i sould use?

grigorischaram
Автор

Thanks please expand how to set virtual host for each container. Thank you

kongoon
Автор

Great resource. Thanks!

Can you please little tell whats the extra benefit of installing wordpress on docker?

PardeepKumar-tcws
Автор

how to link php and apache containers?

spiritcxz
Автор

Ok, so docker is neat, and it will save me some time, but how much more RAM and CPU will it use than running this processes directly on Host OS?

nitrowad
Автор

Hi, cool staff, but my question is >
why you don't use docker-compose?
is there some possibilities to make local environment like LAMP based on Docker.

Because, now i put docker-compose.yml to each project and do docker-compose up.
Can you tell how much better organize development environment with Docker on Ubuntu 16.04?
Some links or whatever...

youAmera
Автор

What's serving Wordpress here: Apache, NginX or Docker??

cesarsfalcao
Автор

i can use a bunch of wordpress docker container running in port 80? with multiple domains?

JoseBarahonajrab
Автор

Ckeckout arukas.io, they allow you to create Docker containers directly from your Arukas.io. They are currenctly in a free BETA

ZepaniZeppos
Автор

Ok, say you created a wordpress container, configure it, start writing blog posts... all that gets saved in the docker wordpress container (NOT the wordpress image). If you were to delete the docker wordpress container, I am guessing you have deleted everything (configs, blogposts, etc). What's the right way to do things here? Save the docker container to the image everytime you make a blog post? That doesn't seem right either.

ROsCoALwAys
Автор

Disastrous. There is an enormous army of people filming themselves installing WordPress into Docker. They are all vary proud to get to the initial WordPress screen, but they all share the same bug. You can't upload any plugins or themes larger than 2 meg, which makes the installation completely useless. There is no fix for this and there are no videos showing a functioning WordPress site in Docker. I think this will actually destroy the market for Docker. Bummer.

Ideasite