CONTAINERIZED MYSQL | LXC | PROVISION AND REPURPOSE | SUITABLE FOR DEV'S LAPTOP | SIMULATE REQUIRED ENVS ON YOUR LOCAL...


CONTAINERIZED MYSQL | LXC | PROVISION AND REPURPOSE | SUITABLE FOR DEV'S LAPTOP | SIMULATE REQUIRED ENVS ON YOUR LOCAL...







mysql: profile

config:
  user.user-data: |
    run-cmd:
      - 'mkdir /mysql'
description: Mysql LXD profile
devices:
  eth0:
    name: eth0
    nictype: bridged
    parent: lxdbr0
    type: nic
  root:
    path: /
    pool: default
    type: disk
  mysql:
    path: /mysql
    source: /opt/mysql
    type: disk
name: mysql
used_by: []

Popular posts from this blog

What Happens Under the Hood of SSH Connections? Analyzing SSH Packets with Wireshark.

Certification for Kubernetes? I got it covered.

Continuous Integrations Concepts and Demo