Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

  1. Start the container using following command:
# build the container 

docker build -t java-mysql-server . 

# run the server 

docker run -it -p 9000:8080 -p 3306:3306 -v "$(pwd)":/appdev --name appserver java-mysql-server  


# dev mode

docker run -it -p 9000:8080 -p 3306:3306 -v "$(pwd)":/appdev --name appserver java-mysql-server bash 

MySQL permission

About

A Restful service deployed in docker to fetch nearby fuel stations and fuel price trend by using tanker API

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages