Login
Remember
Register
Ask a Question
What are the compatible systems for Docker to run?
0
votes
asked
Jan 21, 2024
in
Docker
by
AdilsonLima
What are the compatible systems for Docker to run?
docker-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 21, 2024
by
AdilsonLima
Docker runs on Windows (x86-64) and Linux (on x86-64, ARM, and other CPU architectures).
...