[RESOLVED] Chef Kitchen-docker no tutorials and less resources

Hello,
I’m facing issues using kitchen-docker. I’m following your tutorial https://learn.chef.io/manage-a-web-app/ubuntu/
I’m unable to make some changes in ufw firewall where I want to set IPV6 to false or no. I have disabled the default firewall where ipv6_enabled is set to false.

In the file /etc/default/ufw IPV6 is set to yes and when I manually edit it to no everything works.

Also, can you please create tutorials with docker as vagrant is not used anymore?

Answered on Slack. The learn.chef.io tutorials are not built for kitchen-docker and so there are some compat issues with some cookbooks. Please use Vagrant or another “real” VM-backed driver.

–Noah