After all I wanted to preview the contents of mysql with Docker ...

Status,,

If you build the environment with Docker and enter mysql with a command, you can see it, okay,

I thought, but I didn't want to hit the command one by one ...

That's it! There is something good! Share!

https://hub.docker.com/_/mysql

Method

--Added the following to docker-compose.yml

docker-compose.yml


  adminer:
    image: adminer
    restart: always
    ports:
      - 8081:8080

--Use the service rebuild command (build), create a container and start (up), and -d (used when you want to enter the container with a command later). $ docker-compose up --build -d

* Please note that if you do the above, the permissions will be changed locally and the original will be restored. </ font>

--Display after construction

  • You can check ip with $ docker-machine ip default. ← When the machine is registered as "default" スクリーンショット 2020-10-18 0.11.35.png

--Login with necessary data スクリーンショット 2020-10-18 0.16.13.png

――The rest is just to see! is!

Recommended Posts

After all I wanted to preview the contents of mysql with Docker ...
I tried to build the environment of PlantUML Server with Docker
I want to var_dump the contents of the intent
What I tried when I wanted to get all the fields of a bean
I tried to summarize the state transition of docker
I want to be aware of the contents of variables!
[Docker] How to see the contents of Volumes. Start a container with root privileges.
I can't find the docker image after updating to docker desktop 2.4.0.0
I tried to make an introduction to PHP + MySQL with Docker
After all, how should I attach the Constraint of ScrollView?
I tried to build the environment of WSL2 + Docker + VSCode
I want to narrow down the display of docker ps
The story I wanted to unzip
I want to recreate the contents of assets from scratch in the environment built with capistrano
Update MySQL from 5.7 to 8.0 with Docker
I tried to solve the problem of "multi-stage selection" with Ruby
I tried to implement the image preview function with Rails / jQuery
I tried to check the operation of gRPC server with grpcurl
I wanted to make JavaFX programming easier with the Spring Framework
I examined the concept of the process to understand how Docker works
Don't lose to the unchecked warning! → After all, I couldn't win the unchecked warning ...
I was able to deploy the Docker + laravel + MySQL app to Heroku!
Check the contents of params with pry
I just wanted to logrotate with log4j 2
Format the contents of LocalDate with DateTimeFormatter
Problems I was addicted to when building the digdag environment with docker
[CircleCI] I was addicted to the automatic test of CircleCI (rails + mysql) [Memo]
I tried to visualize the access of Lambda → Athena with AWS X-Ray
I tried to measure and compare the speed of GraalVM with JMH
When I tried to build an environment of PHP7.4 + Apache + MySQL with Docker, I got stuck [Windows & Mac]
I want to output the day of the week
I tried to verify AdoptOpenJDK 11 (11.0.2) with Docker image
Verify the contents of the argument object with Mockito
Customize how to divide the contents of Recyclerview
I want to control the start / stop of servers and databases with Alexa
I tried to compare the infrastructure technology of engineers these days with cooking.
Overwrite the contents of config with Spring-boot + JUnit5
Introduce Docker to the development environment and test environment of existing Rails and MySQL applications
How to build an environment of [TypeScript + Vue + Express + MySQL] with Docker ~ Vue edition ~
I want to truncate after the decimal point
I wanted to gradle spring boot with multi-project
[Beginner] I tried to decorate the bar after displaying the details of the hamburger menu
I managed to get a blank when I brought the contents of Beans to the textarea
I want to see the contents of Request without saying four or five
I wanted to start the AP server and debug with just the Maven command
I checked the number of taxis with Ruby
Apple Silicon compatible version of Docker Desktop (Preview) has been released to the public, so I will try it
Speed comparison when the value side of Hash wants to retrieve all with array
How to install Docker in the local environment of an existing Rails application [Rails 6 / MySQL 8]
[Beginner's point of view] I tried to solve the FizzBuzz problem "easily" with Ruby!
I want to change the path after new registration after logging in with multiple devises.
I tried what I wanted to try with Stream softly.
List the contents of categories created with Active Hash
I was addicted to the record of the associated model
05. I tried to stub the source of Spring Boot
Test the contents of an Excel file with JUnit
I started MySQL 5.7 with docker-compose and tried to connect
I tried to reduce the capacity of Spring Boot
I want to know the answer of the rock-paper-scissors app
I want to display the name of the poster of the comment
[WIP] I tried the configuration of Docker + Streama + NFS