AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Docker

Last modified: 01 September 2022

Docker is a tool for deploying and running executables in isolated and reproducible environments. This may be useful, for example, to test code in an environment identical to production. With Docker, you can run different versions of operating systems, programming languages, web servers, database applications, and so on. This helps you to test the backend part of your application avoiding side effects from your current macOS environment.

In the Services tool window (View | Tool Windows | Services or ⌥ 8), you can pull and push images, create and run containers, manage Docker Compose services, and so on. As with other tool windows, you can start typing the name of an image or container to highlight the matching items.

Search for a docker image in the Services tool window