-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Open
Description
Is this a docs issue?
- My issue is about the documentation content or website
Type of issue
Information is incorrect
Description
I was following the blog post https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/
And the following command when I adapt it with my ssh config, it fails
DOCKER_HOST=“ssh://user@remotehost” docker-compose up -d
Failed to initialize: unable to resolve docker endpoint: invalid bind address format: “ssh://user@remotehost”After some time debuging, I realised the quotation marks are weird, and removing the one from the copy/past of the docs to put m=normal ones solves the error
DOCKER_HOST="ssh://user@remotehost" docker-compose up -dLocation
https://www.docker.com/blog/how-to-deploy-on-remote-docker-hosts-with-docker-compose/
Suggestion
Please use normal quotes in your blog examples
Metadata
Metadata
Assignees
Labels
No labels