Running Docker Commands - CircleCI - 0 views
-
To build Docker images for deployment, you must use a special setup_remote_docker key which creates a separate environment for each build for security.
-
When setup_remote_docker executes, a remote environment will be created, and your current primary container will be configured to use it.
-
Once setup_remote_docker is called, a new remote environment is created, and your primary container is configured to use it.
- ...8 more annotations...