arm32
: For arm32v6 arm32v7
arm64
: For arm64v8
x86-64
: For x64(Linux)
x86
: For x32(Linux)
I can't offer image for windows due to the limitation of the DockerHub's Autobuild system.
Replace /DOWNLOAD_DIR
YOUR_CLIENT_KEY
YOUR_PORT
with yours.
"$Client ID"-"$Client Key"
like this: 000000-ABCDEFGHIJKLMN1234OP
https://ehwiki.org/wiki/Technical_Issues#Ports
#Pull image
sudo docker pull btdwv/hentaiathome
#Create volume for caches and logs
sudo docker volume create h_at_h_data
#Run it
sudo docker run -d --name h_at_h -p YOUR_PORT:YOUR_PORT -v h_at_h_data:/hath/data -v /DOWNLOAD_DIR:/hath/download -e HatH_KEY=YOUR_CLIENT_KEY btdwv/hentaiathome
#Stop
sudo docker stop h_at_h
#Delete
sudo docker rm h_at_h
#Delete old image
sudo docker rmi btdwv/hentaiathome
#Pull new image
sudo docker pull btdwv/hentaiathome
#Run it
sudo docker run -d --name h_at_h -p YOUR_PORT:YOUR_PORT -v h_at_h_data:/hath/data -v /DOWNLOAD_DIR:/hath/download btdwv/hentaiathome