Sign inSign up

ivchicano/mysql-demo:latest

Manifest digest

sha256:7438fc4fd9986c90a4a6084e3eccf51af5bff1f39f3bb61eb57227b572ee8fd3

Last pushed

over 1 year by ivchicano

Type

Compose

Manifest digest

sha256:7438fc4fd9986c90a4a6084e3eccf51af5bff1f39f3bb61eb57227b572ee8fd3

Compose file content

services:
  db:
    image: mysql:8
    environment:
      - MYSQL_ROOT_PASSWORD=password
      - MYSQL_DATABASE=demo
    volumes:
      - db_data:/var/lib/mysql
    ports:
      - 3306:3306

volumes:
  db_data:

Docker commands

docker compose -f oci://ivchicano/mysql-demo:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image + 1 more

MySQL is a widely used, open-source relational database management system (RDBMS).


Pulls

1B+

Stars

16191

Last Updated

about 14 hours