Quantcast
Channel: Docker — SitePoint
Browsing latest articles
Browse All 15 View Live

Deploying WordPress with Docker

In my previous articles, we've covered what Docker is, and prepared our local environment. In the second article we got Docker to work with WordPress. In the third article, we saw how we can better use...

View Article


Wocker: Easy Dockerized WordPress

In my previous articles on Docker and WordPress, we've seen how to setup WordPress and Docker using plain commands on the terminal, then we moved on to automated tools like Docker Compose. Finally we...

View Article

Image may be NSFW.
Clik here to view.

Happy Ending: An Epic Saga of Guard and Docker

I've never liked how projects pollute my system. Libraries, databases, message queues, you name it and I've had to install it. Within this shared universe, it's only a matter of time before worlds...

View Article

Containerized WordPress Development with Dockunit.io

Writing WordPress themes and plugins to be publicly distributed requires meeting minimum system requirements, specifically PHP 5.2.4. Since WordPress supports PHP 5.2.4 so must your public plugins and...

View Article

Image may be NSFW.
Clik here to view.

Docker and Dockerfiles Made Easy!

It’s become second nature for developers to use Virtual Machines to configure and manage their working environments. Most professionals who use VMs use Vagrant for dealing with their development...

View Article


Image may be NSFW.
Clik here to view.

Deploying from GitHub to a Server

GitHub, and the Git version control system it’s based on, are fantastic tools for managing and collaborating on projects – code-based or otherwise. In this article, we’ll look at options for making...

View Article

Image may be NSFW.
Clik here to view.

Heroku Alternative: Deploy Apps with Dokku on DigitalOcean

When Heroku announced their (quite reasonable) new limits for free apps, I realized that I would have to find another source of hosting for all the small, low-traffic projects that I currently have...

View Article

Image may be NSFW.
Clik here to view.

Understanding Docker, Containers and Safer Software Delivery

Databases, dependencies, cron jobs … Applications today have so many layers that it isn't a surprise when moving things takes a lot of time. But it doesn't have to be that way. Today, you can ship...

View Article


Image may be NSFW.
Clik here to view.

DevOps by Example: Tools, Pros and Cons of a DevOps Culture

There's a number of steps between applications and websites being conceived and being finally released --- design, programming, QA, and deployment. Let’s close the gap between the development and...

View Article


Image may be NSFW.
Clik here to view.

How to Build an Image with the Dockerfile

Building the app, installing the dependencies and services, automating the deployment, and more --- it all starts with the Dockerfile. Let's review the syntax, from basic to elaborate, and some best...

View Article

Introduction to Kubernetes: How to Deploy a Node.js Docker App

While container technology has existed for years, Docker really took it mainstream. A lot of companies and developers now use containers to ship their apps. Docker provides an easy to use interface to...

View Article

Grab Our Free Printable Docker Cheat Sheet

Applications have become hard to implement. Getting a dedicated server, installing, setting up and maintaining applications are just the beginning. With complex and tightly coupled systems, different...

View Article

Image may be NSFW.
Clik here to view.

What Is Docker?

Docker is the silver bullet that solved the problem with software containers and virtualization once and for all. Yes, that's a strong claim! Other products had attempted to deal with these problems,...

View Article


How to Deploy Containerized Apps on AWS Using ECR and Docker

Are you looking to deploy your containerized applications on the cloud? Amazon Web Services (AWS) provides a robust and scalable platform that can help you do exactly that. In this tutorial, we'll...

View Article

The Functional Depth of Docker and Docker Compose

Introduction Docker Compose allows users to run and define multi-container applications using a single configuration file. It simplifies the process of setting up and managing multiple containers,...

View Article

Browsing latest articles
Browse All 15 View Live