Search
You can find the results of your search below.
Fulltext results:
- Docker mailserver @docker_notes
- |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
- 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
- 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
- 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
- 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
- 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