We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebd1bf commit b22d301Copy full SHA for b22d301
utils/mysql-docker-cmd.txt
@@ -0,0 +1,13 @@
1
+- provision server
2
+- add CNAME for subdomain - proddb.exmaple.com
3
+- open firewall for port 3306
4
+- install docker
5
+- start docker service
6
+- start database
7
+
8
9
+docker run -d --name my-container-name /
10
+-p 3306:3306
11
+-v /var/lib/mysql:/var/lib/mysql /
12
+-e MYSQL_ROOT_PASSWORD=spring_guru_root_pwd /
13
+mysql/mysql-server:tag
0 commit comments