diff --git a/documentation/host/docker.rst b/documentation/host/docker.rst index 76fe4173c..eb506ba83 100644 --- a/documentation/host/docker.rst +++ b/documentation/host/docker.rst @@ -82,6 +82,6 @@ At this point, the FlexMeasures container is up and running without including th docker cp flexmeasures: -2. Once the plugin is successfully copied, proceed to install it using ``docker exec -it bash -c "pip ..."``. Additionally, ensure to update the :ref:`plugin-config` variable in ``flexmeasures.cfg`` to reflect the new plugin. +2. Once the plugin is successfully copied, proceed to install it using ``docker exec -it bash -c "pip ..."``. Additionally, ensure to update the :ref:`plugin-config` variable in ``flexmeasures.cfg`` to reflect the new plugin. -3. Once these steps are finished, halt the container using the ``docker stop`` command, followed by restarting it using ``docker start``. This ensures that the changes take effect. Now, you can make use of the installed plugins within the FlexMeasures Docker container. \ No newline at end of file +3. Once these steps are finished, halt the container using the ``docker stop `` command, followed by restarting it using ``docker start ``. This ensures that the changes take effect. Now, you can make use of the installed plugins within the FlexMeasures Docker container. \ No newline at end of file