Create Docker image (fixes #5) #10
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#5 Create Docker image
luca0N/lanbassador
Reference
luca0N/lanbassador!10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev_docker"
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?
Add a new Dockerfile for the Knock2 server. At this time, it expects an installation of libknock2 version 0.0.1 in the
libknock2subdirectory. Since this Docker image is based on Alpine Linux, libknock2 must be compiled for musl instead of glibc.
41bb15f12a] Server Dockerfile55fe2e6cc2] Client Dockerfile (web app)3160e8ec08] Docker Compose YAML21b14c8335] Allow server options from environment variables (like the interface name used by-ifacein the knock2-server)Create Docker imageto Create Docker image (fixes #5)Commit
bd0671eab2has also fixed some mismatched indentation levels.