20170601,by20170601126.com

來源:互聯網
上載者:User

20170601,by20170601126.com

1.
998 docker inspect `5b38b9da0902` |grep IPAddress
999 docker inspect '5b38b9da0902' |grep IPAddress
1000 systemctl status firewalld
1001 systemctl start firewalld
1002 systemctl status firewalld
1003 firewall-cmd --zone=public --add-port=50001/tcp --permanent
1004 firewall-cmd --reload
1005 firewall-cmd --permanent --zone=public --add-forward-port=port=8012:proto=tcp:toport=8012:toaddr=172.17.0.4
1006 firewall-cmd --list-all
1007 firewall-cmd --reload
1008 firewall-cmd --list-all
1009 firewall-cmd --permanent --zone=public --add-rich-rule='rule family=ipv4 source address=172.17.0.0/24 masquerade'
1010 firewall-cmd --reload
1011 firewall-cmd --list-all
2.
docker commit -m "centos_java_20170601" -a "****" 5b38b9da0902 centos_java_20170601:1
3.998 firewall-cmd --zone=public --add-port=30036/tcp --permanent
999 firewall-cmd --reload
1000 firewall-cmd --permanent --zone=public --add-forward-port=port=30036:proto=tcp:toport=3306:toaddr=172.17.0.3
1001 firewall-cmd --list-all
1002 firewall-cmd --reload
1003 firewall-cmd --list-all
1004 firewall-cmd --reload
1005 firewall-cmd --list-all
mysql> select user,host from mysql.user;
+-----------+-----------+
| user | host |
+-----------+-----------+
| mysql.sys | localhost |
| root | localhost |
+-----------+-----------+
2 rows in set (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '*****mysql_57' WITH GRANT OPTION;
Query OK, 0 rows affected, 1 warning (0.01 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> exit
Bye
6.docker web manager tools:

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.