https://github.com/coder543/docker-service
An example multi-stage Docker service using the dmake build tool
https://github.com/coder543/docker-service
Last synced: about 1 month ago
JSON representation
An example multi-stage Docker service using the dmake build tool
- Host: GitHub
- URL: https://github.com/coder543/docker-service
- Owner: coder543
- License: mit
- Created: 2018-02-21T02:02:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T04:26:37.000Z (over 7 years ago)
- Last Synced: 2025-09-06T01:44:07.432Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.