Currently soos is doing docker run but that requires to copy whole docker API to allow users to change all possible options(ports/mounts/etc...).
We need to drive execution using docker-compose instead by passing ${HASH_VERSION} variable to docker-compose up
Currently soos is doing
docker runbut that requires to copy whole docker API to allow users to change all possible options(ports/mounts/etc...).We need to drive execution using docker-compose instead by passing ${HASH_VERSION} variable to
docker-compose up