mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #420] Question: Installing from docker containers #269
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#269
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?
Originally created by @ilnytskyi on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/420
Is installation from builder images supported?
I tried to find a way to copy binary from the docker images but did not find a binary location
Possible workaround is to download release from github, but would be nice to install from docker as well.
@axllent commented on GitHub (Jan 8, 2025):
Your mileage may vary given that the docker executable is compiled and used within Alpine Linux which does not use glibc, however the binary in the docker image is
/mailpit(so not in/usr/bin/). Hope this helps?@ilnytskyi commented on GitHub (Jan 8, 2025):
Ok thanks, copying form
/mailpitseem to work