Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We have different yml files because production and test environments use different SSL certificates.  To keep your service from blocking the console, you should We use the -d option here to run your container in detached mode using the -d option. Once so that your service from doesn't block the console. However, once a container is run in detached mode, any all of its runtime errors will not be hidden from reported to the userconsole. Thus, as the last step of the deployment, you need to manually check that there are no runtime errors occurred during the launching of your service by looking at its log using

...