# Getting Started

If you bring your own Shopware source code, you can either use this single image, or (of course) use the dockware/web container and additional containers for MySQL and more.

The benefit with this image is, that it brings a full environment for Shopware, in a single image.

```bash
docker run --rm -p 80:80 dockware/shopware-essentials:latest
```

**Run Shopware 6 with another PHP version**

You can of course use different features such as PHP version switching, Node version switching and more.&#x20;

```bash
docker run --rm -p 80:80 --env PHP_VERSION=8.3 dockware/shopware:latest
```

{% hint style="success" %}
If you are looking for passwords and default credentials of Shopware and dockware, please take a look at this page: [Default Credentials](https://docs.dockware.io/dockware-shopware-essentials/default-credentials)
{% endhint %}

![Shopware 6 with dockware video](https://1660117921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcwkLDXnWNoklb9d6fhnJ%2Fuploads%2FB13CTFuZt0WcAnXBRvMH%2Fvideo-tutorial.jpg?alt=media\&token=ff623895-7748-41bf-8126-bf5cd7005d99)

<br>
