Keywords in Docker are . . . . . . . .

develop, ship, run anywhere
create, export
transport, cloud
user, data, privacy

The correct answer is: A. develop, ship, run anywhere

Docker is a software platform that allows you to create, deploy, and run applications in containers. Containers are isolated environments that bundle up your application code and all its dependencies so that it can run quickly and reliably from one computing environment to another.

The keywords “develop, ship, run anywhere” reflect the key benefits of using Docker. With Docker, you can develop your applications in a local environment and then ship them to production without having to worry about the underlying infrastructure. Your applications can run anywhere, on any platform, as long as they have Docker installed.

The other options are not as relevant to Docker. Option B, “create, export,” is more relevant to a tool like GitHub, which allows you to create and share code. Option C, “transport, cloud,” is more relevant to a tool like AWS, which provides cloud computing services. Option D, “user, data, privacy,” is more relevant to a tool like a password manager, which helps you protect your personal information.