Skip to content

Plugin for KeePass that allows it to launch Docker containers

License

Notifications You must be signed in to change notification settings

moritonal/KeeDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeeDocker

KeeDocker is a plugin that adds support for an unofficial docker:// scheme in KeePass. It's primary role is to allow the following workflow:

URL: docker://moritonal/ssh-over-tor:latest {USERNAME}@bonner.is

When the URL is double-clicked, the plugin will intercept the process call and perform the following actions:

  • Create a docker container with the command docker create -it --rm plus anything after docker://.
  • Copy all the attachments to the KeePass entry directly via an stdin pipeline into the container at /tmp.
  • Start the container and attach a terminal.

Building

& "C:\Users\User\Google Drive\Memory\KeePass\KeePass.exe" --plgx-create "C:\Users\User\source\repos\KeeDocker\KeeDocker"

About

Plugin for KeePass that allows it to launch Docker containers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published