Updating
To update your Mauro Data Mapper to a newer version:
- Pull a new docker container to run
- Stop the container that is running
- Start up the new container (using the same start up parameters used to start it before)
This can be done through Docker Desktop or from the command line.
From the command line¶
Pull new docker container¶
1 | |
Stop container¶
List the containers:
1 | |
Stop the Mauro Data Mapper container with:
1 | |
Start it up again¶
Using the new docker image, start the new container using exactly the same parameters that were used to start the previous version.
E.g. If you were running the container in the foreground, it would look similar to:
1 2 3 4 | |
Or in the background:
1 2 3 4 | |