docker-container-access icon indicating copy to clipboard operation
docker-container-access copied to clipboard

Execute command from a container to another container

docker-container-access

Execute command from a container to another container.

Example

Start first container and keep the log on screen:

docker-compose up site

Run with docker: run next into new commandline:

docker-compose up dkr

Run with Docker Compose: run next into new commandline:

docker-compose up dkrc