Hi all, What does testing mode mean in `docker/sd...
# docker
a
Hi all, What does testing mode mean in
docker/sdk
so what does it change to run
docker/sdk -t
Thanks
Alike vagrant devvm, there is no separate DB\separate install recipe.
a
nice thanks
another quesiton
how is docker/sdk -t differnet from docker/sdk testing if they are different šŸ™‚
a
Is
docker/sdk -t
valid? I'm not sure. šŸ™‚
Or did you mean
docker/sdk cli -t
vs
docker/sdk testing
?
a
oh sorry I meant docker/sdk cli -t
a
That I'm not sure I can answer. IMO they are similar but I may be wrong.
a
also one more thing … when I am using
-t
does it use different
config_*.php
? or does it still use the same
config_default-docker.dev.php
a
Ah, there is a difference. https://github.com/spryker/docker-sdk/pull/261/files
Copy code
docker/sdk cli -t - only runs cli in ā€œtesting modeā€, but doesn’t start webdriver/removes scheduler. SoĀ docker/sdk cli -tĀ it’s not the same asĀ docker/sdk testingĀ as I thought in the beginning.
šŸ‘šŸ» 1
a
because when I start
cli
using
-t
it prints that environment is
<http://docker.dev|docker.dev>
so it seems to me like it still in the same env
then in this case
docker/sdk testing
will be using a different config?
šŸ¤”
a
There is no other docker.* config, no? šŸ™‚ It's dev\demo\ci only.
a
in my case I hve only one
should I add more?
šŸ˜…
a
But depends on the project ofc. If you don't need other two...
a
I dont think we need them in our case
we only use docker for dev mode basically