I'm brand-spanking-new to Docker and CoreOS. I have a VM running CoreOS as its host, and I'd like to simply get the WordPress container running on it (as a "Hello, Docker/CoreOS!"-type primer.
I found this excellent article which led me to SSH into the CoreOS VM and try:
fleetctl submit https://registry.hub.docker.com/_/wordpress/
But when I run this, I get:
Error creating units: error retrieving Unit(wordpress.service) from Registry: Get http://domain-sock/fleet/v1/units/wordpress.service?alt=json: dial unix /var/run/fleet.sock: no such file or directory
Any ideas as to what I need to do to get the WordPress container running, so that I could got to some URL and actually use it?