- Install Docker
- Start Docker Deamon
sudo systemctl start docker (on systemd)
- Add your user to the docker group
sudo usermod -aG docker $USER
- Run
stage
in the sbt shell (intellij) - Dockerize our application
docker:publishLocal
- Run Docker Application
docker run -p 8070:8070 microservice:0.2
-
Notifications
You must be signed in to change notification settings - Fork 0
RustProfi/Microservice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published