How to install docker-compose on Fedora CoreOS

Just install it using rpm-ostree:

install_docker_compose.sh
sudo rpm-ostree install docker-compose

and then reboot in order for the changes to the OSTree to take effect:

reboot_fedora_coreos.sh
sudo systemctl reboot

Check out similar posts by category: CoreOS