Is it within the intended purpose of docker to serve live installations of Wordpress, OpenVPN, Django, or other apps, each in their own container, on a single droplet?
I’d like to combine some services on a single droplet but use docker to make them easy to spin off to their own droplet someday, not sure if this is the right use of Docker, thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Yes, this is right usage for Docker! =)
This is one of main purposes of Docker. You can look at Docker like a Virtual Machine, it’s just much more lightweight, and is much easier to manage once you get into it.
You have many prebuilt images, that will let you run app very fast. You can also build your own images, there are many way to do it like Dockerfile or Docker Compose.
Helpful resources: Docker image for WordPress. Docker image for Django. DigitalOcean - How To Install Wordpress and PhpMyAdmin with Docker Compose on Ubuntu 14.04. DigitalOcean - How To Run OpenVPN in a Docker Container on Ubuntu 14.04.
DigitalOcean released new Docker tutorials, which are great and should help you to start with it. You can find all Docker tutorials under Docker tag.
If you get into any problem, feel free to ask anything, we’ll try to help you.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.