Skip to content

coder543/docker-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-service

To build and run this:

  • Make sure Rust and Docker are installed and working
  • Install dmake
    • cargo install --git https://github.com/coder543/dmake
  • Build and run the docker service
    • dmake -r

dmake defaults to the debug target. To build in release mode, simply specify the target:

dmake release

the -r flag simply indicates that the docker container should be run locally once it is completely built, and this will work on debug, release, or any other build mode.

The Dmake.ini file is used by dmake to automate much of the workflow.

About

An example multi-stage Docker service using the dmake build tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages