Skip to content

Instantly share code, notes, and snippets.

@zbyna
Created November 6, 2022 04:07
Show Gist options
  • Save zbyna/c0d2afdbe83d215afed02c62a51a0cbe to your computer and use it in GitHub Desktop.
Save zbyna/c0d2afdbe83d215afed02c62a51a0cbe to your computer and use it in GitHub Desktop.
Autohotkey for starting docker and linkding container
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
;RunWait, docker-machine start
;RunWait, dockerdefault.bat
RunWait, %ComSpec% /C docker-machine start && dockerdefault.bat
; RunWait, docker container start linkding ; pravděpodobně není potřeba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment