Skip to content

Instantly share code, notes, and snippets.

@thorrrr
Created October 2, 2021 22:32
Show Gist options
  • Save thorrrr/2bbfb048d23abef72b9c3eee4e95bad5 to your computer and use it in GitHub Desktop.
Save thorrrr/2bbfb048d23abef72b9c3eee4e95bad5 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
Using username "root".
Keyboard-interactive authentication prompts from server:
| Password:
Send automatic password (Using keyboard-interactive authentication)
End of keyboard-interactive prompts from server
Last login: Thu Sep 30 11:08:09 2021 from 192.168.23.108
Linux 5.10.28-Unraid.
root@Bearcave:~# sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.so ck red5d/docker-autocompose nzbhydra
version: "3"
services:
nzbhydra:
container_name: nzbhydra
entrypoint:
- /init
environment:
- DEBUG=no
- TZ=Europe/London
- HOST_OS=Unraid
- PUID=99
- PGID=100
- UMASK=002
- ARGS=
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- APP_DIR=/app
- CONFIG_DIR=/config
- XDG_CONFIG_HOME=/config/.config
- XDG_CACHE_HOME=/config/.cache
- XDG_DATA_HOME=/config/.local/share
- LANG=en_US.UTF-8
- LANGUAGE=en_US:en
- LC_ALL=en_US.UTF-8
- S6_BEHAVIOUR_IF_STAGE2_FAILS=2
- BUILD_ARCHITECTURE=linux-amd64
hostname: 6327903240b8
image: hotio/nzbhydra2:testing
ipc: private
labels:
org.opencontainers.image.created: 2021-10-01T04:26:52Z
org.opencontainers.image.revision: 7b586b7df8cc84d6688d8fdac5c798b8d7ef9b4 7
org.opencontainers.image.source: https://github.com/hotio/nzbhydra2/tree/t esting
org.opencontainers.image.title: hotio/nzbhydra2:testing
org.opencontainers.image.url: https://github.com/hotio/nzbhydra2/blob/mast er/README.md
org.opencontainers.image.vendor: hotio
org.opencontainers.image.version: 3.16.2
logging:
driver: json-file
options:
max-file: 1
max-size: 50m
mac_address: 02:42:ac:11:00:07
networks:
- bridge
ports:
- 5076:5076/tcp
volumes:
- /mnt/user/appdata/nzbhydra2:/config:rw
networks:
bridge:
external: true
root@Bearcave:~# ^C
root@Bearcave:~# Using username "root".
-bash: Using: command not found
root@Bearcave:~# sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.so ck red5d/docker-autocompose nzbhydra
root@Bearcave:~# Keyboard-interactive authentication prompts from server:
-bash: Keyboard-interactive: command not found
root@Bearcave:~# | Password:
-bash: syntax error near unexpected token `|'
root@Bearcave:~# Send automatic password (Using keyboard-interactive authentication)
-bash: syntax error near unexpected token `('
root@Bearcave:~# End of keyboard-interactive prompts from server
- CONFIG_DIR=/config
- XDG_CONFIG_HOME=/config/.config
- XDG_CACHE_HOME=/config/.cache
- XDG_DATA_HOME=/config/.local/share
-bash: End: command not found
root@Bearcave:~# Last login: Thu Sep 30 11:08:09 2021 from 192.168.23.108
-bash: Last: command not found
root@Bearcave:~# Linux 5.10.28-Unraid.
-bash: Linux: command not found
root@Bearcave:~# root@Bearcave:~# sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.so ck red5d/docker-autocompose nzbhydra
-bash: root@Bearcave:~#: command not found
root@Bearcave:~# version: "3"
-bash: version:: command not found
root@Bearcave:~# services:
-bash: services:: command not found
root@Bearcave:~# nzbhydra:
-bash: nzbhydra:: command not found
- LANG=en_US.UTF-8
- LANGUAGE=en_US:en
- LC_ALL=en_US.UTF-8
- S6_BEHAVIOUR_IF_STAGE2_FAILS=2
root@Bearcave:~# container_name: nzbhydra
-bash: container_name:: command not found
root@Bearcave:~# entrypoint:
-bash: entrypoint:: command not found
root@Bearcave:~# - /init
-bash: -: command not found
root@Bearcave:~# environment:
-bash: environment:: command not found
root@Bearcave:~# - DEBUG=no
-bash: -: command not found
root@Bearcave:~# - TZ=Europe/London
-bash: -: command not found
root@Bearcave:~# - HOST_OS=Unraid
-bash: -: command not found
root@Bearcave:~# - PUID=99
-bash: -: command not found
root@Bearcave:~# - PGID=100
-bash: -: command not found
- BUILD_ARCHITECTURE=linux-amd64
root@Bearcave:~# - UMASK=002
-bash: -: command not found
root@Bearcave:~# - ARGS=
hostname: 6327903240b8
-bash: -: command not found
root@Bearcave:~# - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-bash: -: command not found
root@Bearcave:~# - APP_DIR=/app
-bash: -: command not found
root@Bearcave:~# - CONFIG_DIR=/config
-bash: -: command not found
root@Bearcave:~# - XDG_CONFIG_HOME=/config/.config
-bash: -: command not found
root@Bearcave:~# - XDG_CACHE_HOME=/config/.cache
-bash: -: command not found
root@Bearcave:~# - XDG_DATA_HOME=/config/.local/share
-bash: -: command not found
root@Bearcave:~# - LANG=en_US.UTF-8
-bash: -: command not found
root@Bearcave:~# - LANGUAGE=en_US:en
-bash: -: command not found
root@Bearcave:~# - LC_ALL=en_US.UTF-8
-bash: -: command not found
root@Bearcave:~# - S6_BEHAVIOUR_IF_STAGE2_FAILS=2
-bash: -: command not found
root@Bearcave:~# - BUILD_ARCHITECTURE=linux-amd64
-bash: -: command not found
root@Bearcave:~# hostname: 6327903240b8
-bash: hostname:: command not found
root@Bearcave:~# image: hotio/nzbhydra2:testing
-bash: image:: command not found
root@Bearcave:~# ipc: private
-bash: ipc:: command not found
root@Bearcave:~# labels:
-bash: labels:: command not found
root@Bearcave:~# org.opencontainers.image.created: 2021-10-01T04:26:52Z
-bash: org.opencontainers.image.created:: command not found
root@Bearcave:~# org.opencontainers.image.revision: 7b586b7df8cc84d6688d8fdac5c798b8d7ef9b4 7
-bash: org.opencontainers.image.revision:: command not found
root@Bearcave:~# org.opencontainers.image.source: https://github.com/hotio/nzbhydra2/tree/t esting
-bash: org.opencontainers.image.source:: command not found
root@Bearcave:~# org.opencontainers.image.title: hotio/nzbhydra2:testing
-bash: org.opencontainers.image.title:: command not found
root@Bearcave:~# org.opencontainers.image.url: https://github.com/hotio/nzbhydra2/blob/mast er/README.md
-bash: org.opencontainers.image.url:: command not found
root@Bearcave:~# org.opencontainers.image.vendor: hotio
-bash: org.opencontainers.image.vendor:: command not found
root@Bearcave:~# org.opencontainers.image.version: 3.16.2
-bash: org.opencontainers.image.version:: command not found
root@Bearcave:~# logging:
-bash: logging:: command not found
root@Bearcave:~# driver: json-file
-bash: driver:: command not found
root@Bearcave:~# options:
-bash: options:: command not found
root@Bearcave:~# max-file: 1
-bash: max-file:: command not found
root@Bearcave:~# max-size: 50m
-bash: max-size:: command not found
root@Bearcave:~# mac_address: 02:42:ac:11:00:07
-bash: mac_address:: command not found
root@Bearcave:~# networks:
-bash: networks:: command not found
root@Bearcave:~# - bridge
- /mnt/user/appdata/nzbhydra2:/config:rw
networks:
bridge:
-bash: -: command not found
root@Bearcave:~# ports:
-bash: ports:: command not found
root@Bearcave:~# - 5076:5076/tcp
-bash: -: command not found
root@Bearcave:~# volumes:
-bash: volumes:: command not found
external: true
root@Bearcave:~# ^C
root@Bearcave:~#
root@Bearcave:~# - /mnt/user/appdata/nzbhydra2:/config:rw
-bash: -: command not found
root@Bearcave:~# networks:
-bash: networks:: command not found
root@Bearcave:~# bridge:
-bash: bridge:: command not found
root@Bearcave:~# external: true
-bash: external:: command not found
root@Bearcave:~# root@Bearcave:~# ^C
-bash: root@Bearcave:~#: command not found
root@Bearcave:~# root@Bearcave:~#
-bash: root@Bearcave:~#: command not found
root@Bearcave:~# Using username "root".
-bash: Using: command not found
root@Bearcave:~# Keyboard-interactive authentication prompts from server:
-bash: Keyboard-interactive: command not found
root@Bearcave:~# | Password:
-bash: syntax error near unexpected token `|'
root@Bearcave:~# Send automatic password (Using keyboard-interactive authentication)
-bash: syntax error near unexpected token `('
root@Bearcave:~# End of keyboard-interactive prompts from server
-bash: End: command not found
root@Bearcave:~# Last login: Thu Sep 30 11:08:09 2021 from 192.168.23.108
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- APP_DIR=/app
-bash: Last: command not found
root@Bearcave:~# Linux 5.10.28-Unraid.
-bash: Linux: command not found
root@Bearcave:~# root@Bearcave:~# sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.so ck red5d/docker-autocompose nzbhydra
-bash: root@Bearcave:~#: command not found
root@Bearcave:~# version: "3"
-bash: version:: command not found
- CONFIG_DIR=/config
root@Bearcave:~# services:
-bash: services:: command not found
root@Bearcave:~# nzbhydra:
-bash: nzbhydra:: command not found
root@Bearcave:~# container_name: nzbhydra
-bash: container_name:: command not found
root@Bearcave:~# entrypoint:
-bash: entrypoint:: command not found
root@Bearcave:~# - /init
-bash: -: command not found
root@Bearcave:~# environment:
-bash: environment:: command not found
root@Bearcave:~# - DEBUG=no
-bash: -: command not found
- XDG_CONFIG_HOME=/config/.config
- XDG_CACHE_HOME=/config/.cache
root@Bearcave:~# - TZ=Europe/London
-bash: -: command not found
root@Bearcave:~# - HOST_OS=Unraid
- XDG_DATA_HOME=/config/.local/share
-bash: -: command not found
root@Bearcave:~# - PUID=99
-bash: -: command not found
root@Bearcave:~# - PGID=100
-bash: -: command not found
root@Bearcave:~# - UMASK=002
-bash: -: command not found
root@Bearcave:~# - ARGS=
-bash: -: command not found
root@Bearcave:~# - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-bash: -: command not found
root@Bearcave:~# - APP_DIR=/app
-bash: -: command not found
root@Bearcave:~# - CONFIG_DIR=/config
-bash: -: command not found
root@Bearcave:~# - XDG_CONFIG_HOME=/config/.config
-bash: -: command not found
root@Bearcave:~# - XDG_CACHE_HOME=/config/.cache
-bash: -: command not found
root@Bearcave:~# - XDG_DATA_HOME=/config/.local/share
-bash: -: command not found
root@Bearcave:~# - LANG=en_US.UTF-8
-bash: -: command not found
root@Bearcave:~# - LANGUAGE=en_US:en
-bash: -: command not found
root@Bearcave:~# - LC_ALL=en_US.UTF-8
-bash: -: command not found
root@Bearcave:~# - S6_BEHAVIOUR_IF_STAGE2_FAILS=2
-bash: -: command not found
- BUILD_ARCHITECTURE=linux-amd64
hostname: 6327903240b8
root@Bearcave:~# - BUILD_ARCHITECTURE=linux-amd64
image: hotio/nzbhydra2:testing
ipc: private
-bash: -: command not found
root@Bearcave:~# hostname: 6327903240b8
-bash: hostname:: command not found
root@Bearcave:~# image: hotio/nzbhydra2:testing
-bash: image:: command not found
root@Bearcave:~# ipc: private
-bash: ipc:: command not found
root@Bearcave:~# labels:
org.opencontainers.image.created: 2021-10-01T04:26:52Z
org.opencontainers.image.revision: 7b586b7df8cc84d6688d8fdac5c798b8d7ef9b4 7
-bash: labels:: command not found
root@Bearcave:~# org.opencontainers.image.created: 2021-10-01T04:26:52Z
-bash: org.opencontainers.image.created:: command not found
root@Bearcave:~# org.opencontainers.image.revision: 7b586b7df8cc84d6688d8fdac5c798b8d7ef9b4 7
-bash: org.opencontainers.image.revision:: command not found
root@Bearcave:~# org.opencontainers.image.source: https://github.com/hotio/nzbhydra2/tree/t esting
-bash: org.opencontainers.image.source:: command not found
org.opencontainers.image.title: hotio/nzbhydra2:testing
root@Bearcave:~# org.opencontainers.image.title: hotio/nzbhydra2:testing
-bash: org.opencontainers.image.title:: command not found
root@Bearcave:~# org.opencontainers.image.url: https://github.com/hotio/nzbhydra2/blob/mast er/README.md
-bash: org.opencontainers.image.url:: command not found
root@Bearcave:~# org.opencontainers.image.vendor: hotio
-bash: org.opencontainers.image.vendor:: command not found
root@Bearcave:~# org.opencontainers.image.version: 3.16.2
-bash: org.opencontainers.image.version:: command not found
root@Bearcave:~# logging:
-bash: logging:: command not found
root@Bearcave:~# driver: json-file
-bash: driver:: command not found
root@Bearcave:~# options:
-bash: options:: command not found
max-size: 50m
mac_address: 02:42:ac:11:00:07
networks:
root@Bearcave:~# max-file: 1
-bash: max-file:: command not found
root@Bearcave:~# max-size: 50m
-bash: max-size:: command not found
- bridge
ports:
root@Bearcave:~# mac_address: 02:42:ac:11:00:07
-bash: mac_address:: command not found
root@Bearcave:~# networks:
-bash: networks:: command not found
root@Bearcave:~# - bridge
-bash: -: command not found
- /mnt/user/appdata/nzbhydra2:/config:rw
root@Bearcave:~# ports:
-bash: ports:: command not found
root@Bearcave:~# - 5076:5076/tcp
networks:
bridge:
-bash: -: command not found
root@Bearcave:~# volumes:
-bash: volumes:: command not found
root@Bearcave:~# - /mnt/user/appdata/nzbhydra2:/config:rw
-bash: -: command not found
root@Bearcave:~# networks:
-bash: networks:: command not found
root@Bearcave:~# bridge:
-bash: bridge:: command not found
root@Bearcave:~# external: true
-bash: external:: command not found
root@Bearcave:~# root@Bearcave:~# ^C
-bash: root@Bearcave:~#: command not found
root@Bearcave:~# root@Bearcave:~#
-bash: root@Bearcave:~#: command not found
root@Bearcave:~# clear
root@Bearcave:~# sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose sonarr radarr nzbhydra
version: "3"
services:
nzbhydra:
container_name: nzbhydra
entrypoint:
- /init
environment:
- DEBUG=no
- TZ=Europe/London
- HOST_OS=Unraid
- PUID=99
- PGID=100
- UMASK=002
- ARGS=
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- APP_DIR=/app
- CONFIG_DIR=/config
- XDG_CONFIG_HOME=/config/.config
- XDG_CACHE_HOME=/config/.cache
- XDG_DATA_HOME=/config/.local/share
- LANG=en_US.UTF-8
- LANGUAGE=en_US:en
- LC_ALL=en_US.UTF-8
- S6_BEHAVIOUR_IF_STAGE2_FAILS=2
- BUILD_ARCHITECTURE=linux-amd64
hostname: 6327903240b8
image: hotio/nzbhydra2:testing
ipc: private
labels:
org.opencontainers.image.created: 2021-10-01T04:26:52Z
org.opencontainers.image.revision: 7b586b7df8cc84d6688d8fdac5c798b8d7ef9b47
org.opencontainers.image.source: https://github.com/hotio/nzbhydra2/tree/testing
org.opencontainers.image.title: hotio/nzbhydra2:testing
org.opencontainers.image.url: https://github.com/hotio/nzbhydra2/blob/master/README.md
org.opencontainers.image.vendor: hotio
org.opencontainers.image.version: 3.16.2
logging:
driver: json-file
options:
max-file: 1
max-size: 50m
mac_address: 02:42:ac:11:00:07
networks:
- bridge
ports:
- 5076:5076/tcp
volumes:
- /mnt/user/appdata/nzbhydra2:/config:rw
radarr:
container_name: radarr
entrypoint:
- /init
environment:
- PUID=99
- PGID=100
- UMASK=002
- ARGS=
- DEBUG=no
- TZ=Europe/London
- HOST_OS=Unraid
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- APP_DIR=/app
- CONFIG_DIR=/config
- XDG_CONFIG_HOME=/config/.config
- XDG_CACHE_HOME=/config/.cache
- XDG_DATA_HOME=/config/.local/share
- LANG=C.UTF-8
- LC_ALL=C.UTF-8
- S6_BEHAVIOUR_IF_STAGE2_FAILS=2
- BUILD_ARCHITECTURE=linux-amd64
hostname: b0943686df05
image: hotio/radarr:nightly
ipc: private
labels:
org.opencontainers.image.created: 2021-10-01T17:39:46Z
org.opencontainers.image.revision: 84d69cd52d4b1cd221066a44349e864269693e69
org.opencontainers.image.source: https://github.com/hotio/radarr/tree/nightly
org.opencontainers.image.title: hotio/radarr:nightly
org.opencontainers.image.url: https://github.com/hotio/radarr/blob/master/README.md
org.opencontainers.image.vendor: hotio
org.opencontainers.image.version: 4.0.0.5309
logging:
driver: json-file
options:
max-file: 1
max-size: 50m
networks:
- bearproxynet
ports:
- 7878:7878/tcp
volumes:
- /mnt/user/appdata/radarr:/config:rw
- /mnt/user/data/:/data:rw
sonarr:
container_name: sonarr
entrypoint:
- /init
environment:
- UMASK=002
- ARGS=
- DEBUG=no
- TZ=Europe/London
- HOST_OS=Unraid
- PUID=99
- PGID=100
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- APP_DIR=/app
- CONFIG_DIR=/config
- XDG_CONFIG_HOME=/config/.config
- XDG_CACHE_HOME=/config/.cache
- XDG_DATA_HOME=/config/.local/share
- LANG=C.UTF-8
- LC_ALL=C.UTF-8
- S6_BEHAVIOUR_IF_STAGE2_FAILS=2
- BUILD_ARCHITECTURE=linux-amd64
hostname: c03bc6747ce3
image: hotio/sonarr:nightly
ipc: private
labels:
org.opencontainers.image.created: 2021-10-01T18:17:02Z
org.opencontainers.image.revision: 4d471e8799f4d38395ac0114ddc90f5fff403487
org.opencontainers.image.source: https://github.com/hotio/sonarr/tree/nightly
org.opencontainers.image.title: hotio/sonarr:nightly
org.opencontainers.image.url: https://github.com/hotio/sonarr/blob/master/README.md
org.opencontainers.image.vendor: hotio
org.opencontainers.image.version: 3.0.6.1343
logging:
driver: json-file
options:
max-file: 1
max-size: 50m
networks:
- bearproxynet
ports:
- 8989:8989/tcp
volumes:
- /mnt/user/appdata/sonarr:/config:rw
- /mnt/user/data/:/data:rw
networks:
bridge:
external: true
root@Bearcave:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment