Documentation Home
MySQL and Linux/Unix
Related Documentation Download this Excerpt
PDF (US Ltr) - 369.7Kb
PDF (A4) - 369.7Kb


MySQL and Linux/Unix  / Installing MySQL on Linux  /  Deploying MySQL on Linux with Docker Containers

2.6 Deploying MySQL on Linux with Docker Containers

This section explains how to deploy MySQL Server using Docker containers.

While thedocker client is used in the following instructions for demonstration purposes, in general, the MySQL container images provided by Oracle work with any container tools that are compliant with theOCI 1.0 specification.

Warning

Before deploying MySQL with Docker containers, make sure you understand the security risks of running containers and mitigate them properly.