1
rated 0 times
[
1]
[
0]
/ answers: 1 / hits: 497
/ 1 Year ago, wed, june 22, 2022, 5:24:02
I'm creating a docker container with volume but I can't access the container directory, does anyone know how to solve this?
The command used is this:
docker run --name Mysql -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -v mysql-data:/var/lib/mysql mysql:latest
More From » 22.04