Does WorkSpaces/EC2 Support Docker?

0

Is Docker supported on WorkSpaces/EC2?

AWS
asked 4 years ago887 views
1 Answer
0
Accepted Answer

Most versions of Docker require nested virtualization to properly function. On Windows based instances, you cannot use Docker Desktop Editions/CE/ etc (this includes EC2 and WorkSpaces) normally. This is why EC2 offers container enabled instances. On linux instances (both EC2 and WorkSpaces), Docker can be used without nested virt, but performance will be subpar.

In general, customers should look to use container enabled instances and/or container services (ECS/EKS) to address their container needs. They can access/develop against them using standard tooling running on a WorkSpace or EC2 instance remotely.

EXPERT
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions