Docker uses database MySQL

Source: Internet
Author: User

1. Docker pull MySQL get MySQL image

2. Docker images View list of mirrors

3. Docker run-itd-p MySQL bash: Start the MySQL image, Docker run is the command to start the container, I is the interactive operation, T is a terminal, D refers to run in the background,-p locally generate a random port to map MySQL's 3306 port , MySQL means running a MySQL image, bash means creating an interactive shell

4. Docker ps-a: View a docker image that is already running

5. Docker exec-it imagename (image name) bash

6. Service MySQL Status View MySQL's startup status

7. Docker rm-f MySQL (container name): Delete container

8. Set the database ROOT password: Docker run-name mysql-p 3306:3306-e mysql_root_password= database password MySQL

Docker uses database MySQL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.