Versions Compared

Key

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

...

With the following command, the current Smartstore Docker image is downloaded from Docker Hub(because it is not yet available locally), started and is available via https://github.com/orgs/smartstore/packages.

sudo docker pull ghcr.io/smartstore/smartstore-linux:latest

...

Now the image can be executed as follows. The Container port 80 ist exposed as local port 80.

sudo docker run -p 80:80 smartstoreofficialghcr.io/smartstore/smartstore-linux

...

Open any browser and enter localhost or the local IP address in the address bar. The installation start page of Smartstore opens.

...