Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Beck <[email protected]>
  • Loading branch information
ckunki and ahsimb authored Feb 20, 2024
1 parent d5ab091 commit 51c2600
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/user_guide/docker/docker-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Additional options

The following command will enable AI-Lab to start an instance of Exasol Docker-DB, however
* Additional [Limitations and security risks](os-setup.md#enabling-exasol-ai-lab-to-use-docker-features) apply.
* Only file system objects on the daemon machine can be mounted. This applies to ordinary directories as well as `docker.sock`.
* Only file system objects on the daemon machine can be mounted. This applies to ordinary directories as well as the `docker.sock`.
* On Windows mounting `docker.sock` only works with Docker Desktop with WSL 2.
```shell
docker run \
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/editions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AI-Lab Editions

Exasol AI-Lab is available in the multiple editions as shown in the following table.
Exasol AI-Lab is available in multiple editions as shown in the following table.

Please see common [system requirements](system-requirements.md) for all editions and select your favorite edition depending on your operating system, infrastructure, administrative permissions, and technical skills.

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ The following command installs Python dependendy `stream-zip`:
%pip install --upgrade stream-zip
```

Please note limited lifetime of additional dependencies for [AI-Lab Docker Edition](docker/docker-usage.md#installing-additional-dependencies).
Please note the limited lifetime of additional dependencies for [AI-Lab Docker Edition](docker/docker-usage.md#installing-additional-dependencies).
2 changes: 1 addition & 1 deletion doc/user_guide/login-vm-and-ami.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Username: **ubuntu**

At the first login to the sandbox (image or AMI) you will be prompted to change your password.
At the first login to the AI-Lab (image or AMI) you will be prompted to change your password.
The default password is: **ai-lab**

However, we suggest to use ssh-keys for the connection. When you use the AWS AMI, this will work automatically. When using the VM images, you need to deploy your ssh-keys. After you enabled ssh-keys, we recommend to disable ssh password authentication:
Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The editions of the AI-Lab have common requirements to be available on your syst
* Recommend access to a running instance of Exasol database, otherwise you can start a small Exasol Docker-DB
* Please note: AI-Lab currently does not support Exasol SaaS.

As the AI-Lab is meant to explore AI applications on top of Exasol database, you need an instance of Exasol database running and be able to connect to it.
As the AI-Lab is meant to explore AI applications on top of the Exasol database, you need an instance of the Exasol database running and be able to connect to it.

<!-- Are AMI and VM images able to spawn a Exasol Docker DB or does his only apply to the AI-Lab Docker edition? -->
AI-Lab can automatically launch such an instance on demand. However when using AI-Lab's Docker Edition there are [additional constraints](docker/os-setup.md#enabling-exasol-ai-lab-to-use-docker-features).
2 changes: 1 addition & 1 deletion doc/user_guide/vm-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Notes for Hypervisors based on KVM/[QEMU](https://en.wikipedia.org/wiki/QEMU):

## Login

See [Login to AMI and VM Editions](login-vm-and-ami.md) for logging in to the system.
See [Log in to AMI and VM Editions](login-vm-and-ami.md) for logging into the system.

0 comments on commit 51c2600

Please sign in to comment.