Docker - in CI/CD
In a GitHub Actions workflow, what will happen if you run this step?
Assuming 'myimage' exists and '/app' folder is inside the container.
run: docker run --rm myimage ls /app
Assuming 'myimage' exists and '/app' folder is inside the container.
