← Back to issue list

docs: Update handling of LXD/Docker incompatibility

View original Github issue

Metadata

Project
rockcraft
Number
#1144
Type
issue
State
open
Author
asanvaq
Labels
Type: Documentation
Created
2026-03-19 15:03:53+00:00
Updated
2026-05-13 17:03:16+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### Check existing issues - [x] I've verified that this request isn't described by any existing issues. ### Request We need to add the following steps to the setup instructions, after LXD has been set up but before Docker is installed: ``` echo "net.ipv4.conf.all.forwarding=1" \ | sudo tee -a /etc/sysctl.d/99-forwarding.conf sudo systemctl restart systemd-sysctl ``` We also need to: - Include the link to the [LXD documentation](https://documentation.ubuntu.com/lxd/stable-5.21/howto/network_bridge_firewalld/#prevent-connectivity-issues-with-lxd-and-docker) about the known issue. - Add a warning admonition that in a production environment you should have a hardened firewall configuration. - Remove the warning admonition under the first rock-packing with the alternate method. ### Related issues and PRs #598 #1110 ### Document location https://documentation.ubuntu.com/rockcraft/latest/tutorial/

Evaluation history

No evaluation history available.