KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (6)
Past month
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker mailserver @docker_notes
32 Hits, Last modified: 12 days ago
|Volumes]] *[[https://docs.docker.com/storage/bind-mounts/|Bind mounts]] *[[https://stackoverflow.com/questions/41935435/understanding-volume-instruct... king==== Required for server: *sqlite => ''/usr/bin/sqlite3'' *postfix => ''/usr/sbin/postfix'' *postfix-sqlite ''postfix-sqlite.so'' plugin? *#dove
Docker Deluge Image / Service @docker_notes
18 Hits, Last modified: 13 days ago
8112:8112 --name deluge deluge-openvpn-nftables /bin/sh'' - to run the docker image deluge-openvpn-nft... my online behavior. //This is the one I am describing here.// -There are some other potential be... =NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The --cap-add=NET_ADMIN is require re... =NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The docker host network option also has
Docker - DHCP Kea Server @docker_notes
15 Hits, Last modified: 4 weeks ago
ple GUI interface primarily for Kea and basic for Bind9. There is apparently no Alpine package yet for... article on [[https://blog.bigdinosaur.org/running-bind9-and-isc-dhcp/|running BIND9 and ISC_DHCP]] in his blog, which I found referenced in [[https://arstec... d follow Lee's notes on DDNS between ISC-DHCP and BIND9. I never particularly like the DDNS between IS
Docker init Systems @docker_notes
7 Hits, Last modified: 12 days ago
ker_notes:docker-dns#docker_-_dns_server|DNS (ISC Bind9)]] *[[https://wiki.kptree.net/doku.php?id=doc... /execlineb -P fdmove -c 2 1 /usr/sbin/named -f -4 </code> |* | file content with servi... ntfy: image: binwiederhier/ntfy init: true container_n... cript to add a link ''ll.sh'' script in to the ''/bin'' directory. <code bash>#get my favourite alias
Docker-Compose @docker_notes
6 Hits, Last modified: 12 days ago
er-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> *[[https://gdevillele.github.io/... t device="/var/opt/my_website/dist" \ --opt o=bind web_data </code> docker-compose.yml file with ... red # for containers run by docker ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/con
Docker @docker_notes
5 Hits, Last modified: 13 days ago
r.service [Service] Type=oneshot ExecStart=/usr/sbin/iptables -I DOCKER-USER -i br0 -o br0 -j ACCEPT ... inside a container| |''docker exec -it CONTAINER /bin/bash'' | Open an interactive shell inside a container (there is no bash in some images, use /bin/sh)| |''docker wait CONTAINER'' | Wait until the ... e netshoot --network proxy -it nicolaka/netshoot /bin/bash%%'' ====Network Troubleshooting==== *[[h