# i2pd based on the https://hub.docker.com/r/purplei2p/i2pd image. this doesn't require host networking, but this config uses it anyway because it's easier. if you're facing permission issues, before starting, make the data dir world writable. ``` mkdir -p ./data chmod -R 777 ./data ``` check and modify i2pd.conf and tunnels.conf before starting the service! enables ssh access over i2p on port 22 by default! learn more about i2p https://geti2p.net/en/ and i2pd https://i2pd.website/