mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 10:25:54 +03:00
[GH-ISSUE #26] docker #21
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#21
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 @oneday95 on GitHub (Mar 16, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/26
How do I add a dockfile to the docker container?
@ViRb3 commented on GitHub (Mar 16, 2021):
What dockfile are you referring to? I suppose you mean a Dockerfile? If that's the case you don't need one, it is used only to build the image, which I already provide if you read the installation guide.
@oneday95 commented on GitHub (Mar 17, 2021):
Do I just need to apply the image?
@ViRb3 commented on GitHub (Mar 17, 2021):
Use the image, yes. If you don't know how to use Docker, I suggest reading that up first. You can always use the plain binaries otherwise. I'm closing this since it's not an issue specific to this project. Good luck!
@oneday95 commented on GitHub (Mar 17, 2021):
Thank You