Natrium

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Natrium

  1. Hello, did anybody ever successfully implement a Perforce Docker and got it running in a production environment? I have a small development team here (max 5 people) that want to switch over from GIT and I would prefer something like that running in a Docker instead of a VM.
  2. I can't get this thing to work. Updated to 6.4rc18f to use the custom IP so.I don't have to change the WebGui port, disabled the VM Manager in the Settings but I still get the following error: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.169" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -e "TZ"="Europe/London" -e "WEBPASSWORD"="admin" -e "INTERFACE"="br0" -e "DNSMASQ_LISTENING"="all" -p 53:53/tcp -p 53:53/udp -p 80:80/tcp -v "/mnt/user/appdata/pihole/pihole/":"/etc/pihole/":rw -v "/mnt/user/appdata/pihole/dnsmasq.d/":"/etc/dnsmasq.d/":rw --cap-add=NET_ADMIN diginc/pi-hole:alpine ef6fe6f9920330e35c5f4fa95cdbd1c6dcffcc9b40035b3b853c7d2a8f92ea66 /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint pihole (925bd810733853ba4e7ce50fefa1130e787865a32609efa12665970d857e8278): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use. The command failed.