Skip to content

Commit

Permalink
Mention image-file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Feb 3, 2025
1 parent 6896d56 commit dad2a17
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,17 @@ Run the following command to start wis2box:
python3 wis2box-ctl.py start
This might take a while the first time, as Docker images will be downloaded.
When running this command for the first time, you will see the following output:

.. code-block:: bash
No docker-compose.images-*.yml files found, creating one
Current version=Undefined, latest version=1.0.0rc1
Would you like to update ? (y/n/exit)
Select 'y' and the the script will create the file ``docker-compose.images-1.0.0rc1.yml`` file, download the required Docker images and start the services.

Downloading the images may take some time depending on your internet connection speed. This step is only required the first time you start wis2box.

.. note::

Expand Down

0 comments on commit dad2a17

Please sign in to comment.