limited-petabyte-77054
04/27/2023, 5:21 PMdocker_image
instructions and I can run them using run container
command.
Now, I want to add some integration tests which only pass if container is running to attend requests generated in python_test sections. How I can start a docker_container
before running python_tests
? Thx!lively-gpu-26436
04/27/2023, 5:23 PMlimited-petabyte-77054
04/27/2023, 5:26 PMlively-gpu-26436
04/27/2023, 5:27 PMdocker compose
commandlimited-petabyte-77054
04/27/2023, 5:29 PMshell_command
running docker-compose could work?curved-television-6568
04/27/2023, 5:55 PMshell_command
for setup, but it will leave it running also after the tests etc..limited-petabyte-77054
04/27/2023, 6:00 PMbroad-processor-92400
04/27/2023, 8:20 PM