Answer the question
In order to leave comments, you need to log in
How to run an executable file of one container in another?
There is a simple docker-compose
version: "3.8"
services:
swipl:
build: ./swipl/docker-swish
php:
build: ./php
volumes:
- ./www:/var/www
swipl
inside a php container. How can I do that?
Answer the question
In order to leave comments, you need to log in
Make a common volume for both containers, and place the content that you are going to run there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question