Go to the link https://docs.docker.com/get-docker/ for downloading the Docker Desktop
docker-compose up -d
bin/magento setup:install
--base-url=http://localhost/magento
--backend-frontname=admin
--db-host=mariadb
--db-name=magento
--db-user=user_magento
--db-password=magento_db_password
--admin-firstname=admin
--admin-lastname=admin
--admin-email=admin@admin.com
--admin-user=admin
--admin-password=admin123
--language=en_US
--currency=USD
--timezone=America/Chicago
--use-rewrites=1
--elasticsearch-host=elasticsearch
--use-secure=1
--base-url-secure=https://magento.local
/var/www/html/magento/var/composer_home/auth.json
bin/magento sampledata:deploy
bin/magento setup:upgrade
bin/magento module:disable Magento_TwoFactorAuth
/etc/init.d/apache2 reload