ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

How to run MySQL in a Docker container!

Автор: Code Bear

Загружено: 2025-02-23

Просмотров: 6796

Описание: In this video, I’ll show you how to set up and run MySQL inside a Docker container from scratch. Whether you’re a beginner or looking for a quick reference, this tutorial will guide you through every step.
🔥 What You’ll Learn:

✅ How to pull the MySQL Docker image
✅ How to run the container with environment variables
✅ How to map ports for external access
✅ How to check running containers with docker ps
✅ How to access MySQL inside the container
📌 Commands Used in This Video:

1️⃣ Pull MySQL Image:

docker pull mysql

2️⃣ Run MySQL Container:

docker run --name my-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -p 3333:3306 -d mysql:latest

3️⃣ Check Running Containers:

docker ps

4️⃣ Access MySQL Inside Container:

docker exec -it (container_id) sh

mysql -p




Install docker on windows :    • How to install Docker on Windows - 2025 [ ...  
Install docker on mac :   • How to install Docker on Mac  - 2024 [ ste...  

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
How to run MySQL in a Docker container!

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]