docker-mysql-spring-boot-example
docker-mysql-spring-boot-example copied to clipboard
How to run this project on docker and hit the endpoints ?
How to run this project on docker and hit the endpoints ?
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'.
i have users-mysql image locally