<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mysql on Jose Castrillo</title>
    <link>https://jose.castrillo.eu/tags/mysql/</link>
    <description>Recent content in Mysql on Jose Castrillo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 28 Mar 2019 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jose.castrillo.eu/tags/mysql/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Pulling Mysql using Docker Hub into Linux workstation</title>
      <link>https://jose.castrillo.eu/post/docker-mysql-local/</link>
      <pubDate>Thu, 28 Mar 2019 00:00:00 +0000</pubDate>
      <guid>https://jose.castrillo.eu/post/docker-mysql-local/</guid>
      <description>&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ systemctl start docker
$ systemctl status docker
$ docker pull mysql
$ docker image ls
$ docker run --name db -e MYSQL_ROOT_PASSWORD=mysql123 -d mysql
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Use the docker exec -it command to start a mysql client inside the Docker container you have started, like the following:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ docker exec -it db mysql -uroot -p
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
