Skip to content

Latest commit

 

History

History
35 lines (34 loc) · 803 Bytes

README.md

File metadata and controls

35 lines (34 loc) · 803 Bytes

Hadoop on Docker

Linux/WSL

Installation

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

Usage

hadock

Update

hadock --uninstall
curl -fsSL https://bit.ly/hadock-install | bash

Copying from host

dockcp /path/to/file

This command copies path/to/file from host to /home on your docker container

Running multiple instances

hadock_again

Use this command to open another shell in the same docker instance

Uninstallation

hadock --uninstall

Check the wiki for a full guide to use this docker image.