If the container isn't running, check if it exists: docker ps -a If the container exists, start it: docker start container_id If the container doesn't exist run: docker volume create websec_mysql_data ...