Docker
Docker & WordPress
WordPress Containerization With Docker Setting up a local WordPress installation involves multiple steps and sometimes can be very cumbersome. Usually you need to setup a local web server (w.g. Apache), configure the server to be able to execute PHP code, and setup a MySQL database. Of course you can use pre-build bundles like MAMP for [...]
Top 3 Docker Online Courses
When it comes to containerization Docker is the platform to use. As a developer you should add Docker to your skillset if you haven’t done so before. Using Docker to deploy and host your application has many advantages: Docker containers makes use of the host operating system. This means Docker container are easy to setup and share [...]
Docker – Beginner’s Guide – Part 2: Services
Docker Beginner’s Guide – Part 1: Images & Containers Docker Beginner’s Guide – Part 2: Services So far you’ve learned how to deal with Docker images and containers to run application in a container environment. However in most real-world scenarios an “app” consists of different pieces. E.g. a web [...]
Docker – Beginner’s Guide – Part 1: Images & Containers
Docker Beginner’s Guide – Part 1: Images & Containers Docker Beginner’s Guide – Part 2: Services Welcome to this new CodingTheSmartWay.com tutorial on getting started with Docker. Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. This is often described [...]