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...
-
It is not possible to start a service in remote docker and ping it directly from a primary container or to start a primary container that can ping a service in remote docker.
-
It is not possible to mount a folder from your job space into a container in Remote Docker (and vice versa).
-
-
use https://github.com/outstand/docker-dockup or a similar image for backup and restore to spin up a container