In this example we're going to start Jahia Enterprise.
The main purpose of this very first tutorial is to ensure your Docker environment is set up properly.
In a terminal, run the following command:
docker run -p 8080:8080 jahia/jahia-ee:8.2
This will start a Jahia Enterprise container, with the default 30 days license.
This Jahia instance will be available at http://localhost:8080
If you are new to Docker you learnt how to manually start a container, if you were already familiar with Docker you probably noticed that Jahia can be started very easily.
In the next tutorial, we're going to automatically create a Personal API Token at Jahia startup and use it in a GraphQL API call, click here.