Open
Description
I've run the docker pull command to get the centos with mariadb image, however when I run the command to create a container from that image the container dosen't seems to work.
First the issue was related to the port 3306 being on use since I already had mysql installed and it was using that port however, after setting it to "inactive" the issue with the port being on use dismissed.
But now , I do not now the reason, when I create a container following the page example:
docker run --name=mariadb -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD= /mariadb
The container that it creates gets "Exited" Immediately , even if afterwards I run a docker start It gets Exited within 2 seconds.
Metadata
Metadata
Assignees
Labels
No labels