docker-mysql-spring-boot-example icon indicating copy to clipboard operation
docker-mysql-spring-boot-example copied to clipboard

How to run this project on docker and hit the endpoints ?

Open ghost opened this issue 7 years ago • 2 comments

How to run this project on docker and hit the endpoints ?

ghost avatar Sep 07 '18 17:09 ghost

docker run -p 8086:8086 --name users-mysql --link mysql-standalone:mysql -d users-mysql Unable to find image 'users-mysql:latest' locally docker: Error response from daemon: pull access denied for users-mysql, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

manjeet1166 avatar Oct 06 '19 08:10 manjeet1166

i have users-mysql image locally

manjeet1166 avatar Oct 06 '19 08:10 manjeet1166