[PR #29] [CLOSED] example docker file #159

Closed
opened 2026-02-25 22:31:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/29
Author: @kbudde
Created: 4/27/2019
Status: Closed

Base: masterHead: master


📄 Description

Hi,

I've created a basic dockerfile for building and running intercert (#28 ).
I've made the configuration file optional to be able to start intercert without config file. Is it possible to configure everything through flags?
More elegant in docker world would be a configuration through environment variables.

You can build it with.

docker build -t intercert . //It will not regenerate proto files

and run the containter with

docker run -p 6300 intercert serve --agree --dns-provider=azure // configure everything via flags

or

docker run -p 6300 -v `pwd`/config.toml:/.intercert/config.toml intercert serve //bind mount config file

Currently I'm not using intercert. So it's just wild guessing if it will working or not. This PR is just a first starting point.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/29 **Author:** [@kbudde](https://github.com/kbudde) **Created:** 4/27/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📄 Description Hi, I've created a basic dockerfile for building and running intercert (#28 ). I've made the configuration file optional to be able to start intercert without config file. Is it possible to configure everything through flags? More elegant in docker world would be a configuration through environment variables. You can build it with. docker build -t intercert . //It will not regenerate proto files and run the containter with docker run -p 6300 intercert serve --agree --dns-provider=azure // configure everything via flags or docker run -p 6300 -v `pwd`/config.toml:/.intercert/config.toml intercert serve //bind mount config file Currently I'm not using intercert. So it's just wild guessing if it will working or not. This PR is just a first starting point. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#159
No description provided.