Skip to content

Commit

Permalink
add container name with missing docker commands
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Wahid <ahmedwahid16101@gmail.com>
  • Loading branch information
Ahmad-Wahid committed Jan 10, 2024
1 parent a824800 commit 24b1a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/host/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ At this point, the FlexMeasures container is up and running without including th
docker cp </path/to/plugin-directory> flexmeasures:<container-directory>
2. Once the plugin is successfully copied, proceed to install it using ``docker exec -it <container-name> 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 <flexmeasures-container-name> 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.
3. Once these steps are finished, halt the container using the ``docker stop <flexmeasures-container-name>`` command, followed by restarting it using ``docker start <flexmeasures-container-name>``. This ensures that the changes take effect. Now, you can make use of the installed plugins within the FlexMeasures Docker container.

0 comments on commit 24b1a97

Please sign in to comment.