How to install docker-cli in code-server container? #1848
-
In the Docker in code-server container says
But I'm not sure how to install the docker CLI in the code-server container. I have tried many ways to do but did not succeed, could you please help and update the documentation as well. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
You should be able to install it following the Docker install docs. You only need to install |
Beta Was this translation helpful? Give feedback.
-
I have followed the guide but there's an issue on this command
So the next install
I'm setting it up on pi4 and docker on pi running fine. Do you know how I could fix it? Thank you |
Beta Was this translation helpful? Give feedback.
-
Oh isn't "bionic" Ubuntu? You might need to replace Ubuntu Docker install docs: https://docs.docker.com/engine/install/ubuntu/ |
Beta Was this translation helpful? Give feedback.
-
@code-asher perfect, it works now. I'm using code-server image for arm32v7 from linuxserver so maybe they use Ubuntu? Another issue is I have tried to install docker-compose from here
optional but I tried as well
but it says
Do you know how to make it work? Thank you UPDATED - it works with |
Beta Was this translation helpful? Give feedback.
-
Awesome! I'm glad you got it working. |
Beta Was this translation helpful? Give feedback.
Oh isn't "bionic" Ubuntu? You might need to replace
debian
withubuntu
in that command. My bad, I gave you a link to the Debian install docs since our code-server container uses Debian "buster".Ubuntu Docker install docs: https://docs.docker.com/engine/install/ubuntu/