Docker: Preconfigure clients and tunnels

The follow clients and tunnels are available on all interfaces (0.0.0.0) of the container:

 - routerconsole
 - SAM
 - I2P HTTP Proxy
 - Irc2P
This commit is contained in:
2021-01-25 22:30:04 +01:00
parent bd1017ba92
commit acbb8d1a24
3 changed files with 223 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ENV PATH=${I2P_PREFIX}/bin:$PATH
# "install" i2p by copying over installed files
COPY --from=builder /opt/i2p ${I2P_PREFIX}
COPY docker/* /opt/i2p/
# Setup user and fix permissions in
RUN adduser --system --uid ${I2P_UID} --home /user ${I2P_USER} \