Skip to content

TheSasch/virtual-smart-home-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual smart home plus

Docker

In order to build docker image you first need to create .jar by building project with maven. After you're done with this run docker build.

$ mvn clean package
$ docker build -f Dockerfile -t virtual-smart-home-plus .

Once you have image built you are ready to run it.

$ docker run virtual-smart-home-plus -p 8080:8080

Our application will now run in docker container at port 8080. Usually the docker IP is 172.168.0.2, if it's not the case in your situation you can find container's IP with.

$ docker container list
$ docker inspect <container_ID> | grep "IPAddress"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Dockerfile 0.7%