TarsCloud/TarsDocker

[commands error]docker image should be tarsdocker/tars

Closed this issue · 1 comments

run this command:
docker run -d -it --name=tars --link mysql -e MOUNT_DATA=true -e DBIP=${your_mysql_ip} -e DBPort=3306 -e DBUser=root -e DBPassword=root@appinside -p 3000:3000 -v /data:/data tars

error:
Unable to find image 'tars:latest' locally

docker image should be tarsdocker/tars
image

I had run this command correctly:
docker run -d -it --name=tars --link mysql -e MOUNT_DATA=true -e DBIP=172.17.0.2 -e DBPort=3306 -e DBUser=root -e DBPassword=root@appinside -p 3000:3000 -v /data:/data tarsdocker/tars

Thanks for your advice. Have Fixed.