Docker basic command
- Enter a container
docker exec -it container-name bash - Docker general commands
docker images #view all the images
docker rmi image-id #delete image
Additional commands
- The command that is used to connect mysql
mysql -hHost -uUser -pPws
1146

被折叠的 条评论
为什么被折叠?



