mirror of
https://github.com/evenh/intercert.git
synced 2026-04-25 04:46:24 +03:00
[PR #29] [CLOSED] example docker file #159
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/intercert#159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/evenh/intercert/pull/29
Author: @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.
and run the containter with
or
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.