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