标签:remove pull ima images bin nbsp code secure docker
# docker pull docker.io/tutum/lamp
# docker images
docker run -d -p 8080:80 -p 3306:3306 tutum/lamp
# docker exec -it lamp /bin/bash
# mysql_secure_installation //初始化数据库
--------------------------
sudo apt-get remove vim-common
sudo apt-get install vim
标签:remove pull ima images bin nbsp code secure docker
原文地址:https://www.cnblogs.com/lieweidu/p/12072530.html