Skip to content

RustProfi/Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerizing Microservice

  1. Install Docker
  2. Start Docker Deamon
    sudo systemctl start docker (on systemd)
  3. Add your user to the docker group
    sudo usermod -aG docker $USER
  4. Run stage in the sbt shell (intellij)
  5. Dockerize our application
    docker:publishLocal
  6. Run Docker Application
    docker run -p 8070:8070 microservice:0.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages