Versions Compared

Key

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

Database

...

Container Launch

The container is started using the docker command with the appropriate settings:

...

After executing this command, you should see a result console indicating that the container has been started successfully:

...

...

Database Console Launch

To launch the bash console of a docker container, use the following command:

...

This command will log you into the console of the container, and you will see the following output:

...

Setting up the Database and Access Mode

To configure the database, we need to execute a series of SQL queries.

...