Skip to content

Does moby install docker bin on WSL? #1473

Answered by eirisdg
eirisdg asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, according to this discussion (#1215) I can answer myself.

WSL integration doesn't install docker-ce-cli. So to install it:

# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
# sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
# sudo apt install docker-ce-cli

BTW, the result is the same:

So we can use brew binary or docker binary, that in WSL we dont have output.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by eirisdg
Comment options

You must be logged in to vote
1 reply
@eirisdg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants