Dear all, I want to get Wordpress running using Docker on CoreOS.
I followed all the instructions for MySQL, I gave the following command:
docker run --name wordpress-mysql -e MYSQL_ROOT_PASSWORD=rtpassword -e MYSQL_...
I have one working ssh key for CoreOS, created when creating the droplet. When I add a key via the web interface, it does not work, it is not added to authorized_keys
. When I manually add a key to ~/.ssh/authorized_k...