Skip to content

Docker inside a Linux VM? #305

Closed Answered by kdrag0n
maxacarvalho asked this question in Q&A
May 29, 2023 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

You can just install it like you normally would. For example, in a Ubuntu machine:

sudo apt install docker.io
# make it work without root
sudo useradd -aG docker $USER
# then exit the shell session and start a new one
docker ps

The plan is for Docker to be set up automatically in machines in the future. See #269 for more info about that.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@maxacarvalho
Comment options

@kdrag0n
Comment options

@maxacarvalho
Comment options

Answer selected by kdrag0n
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants