curl -fsSL https://bit.ly/hadock-install -o ~/hadoock && chmod +x ~/hadoock && sudo mv ~/hadoock /usr/bin/hadoock
if you're using WSL make sure to update it
wsl.exe --update
hadock
hadock --uninstall
curl -fsSL https://bit.ly/hadock-install | bash
dockcp /path/to/file
This command copies path/to/file
from host to /home
on your docker container
hadock_again
Use this command to open another shell in the same docker instance
hadock --uninstall
Check the wiki for a full guide to use this docker image.