CSC 350 - PHP - MySQL - Labs Run Docker # Start Docker (build and run the docker container) $ docker-compose up -d # Stop Docker (stop and remove the docker container) $ docker-compose down Connect to MySQL in the command line (terminal) # Connect to the docker container $ docker-compose exec db bash $ mysql -u root -p