Opsi Docker Webinar

Participation requirements

In preparation for the webinar, participants should set up a working environment. A Windows, Linux or macOS workstation can be used. The following requirements should be met:

  • A high-performance internet connection is required.

  • An up-to-date and functioning Docker environment must be available.

On Windows and macOS, it is best to install the latest Docker Desktop. On Linux, Docker Desktop or the Docker Engine can be used directly.

Here are the corresponding instructions:

After installation, the following command should work (run in a terminal):

docker run --rm hello-world

The following output should appear:

Hello from Docker! This message shows that your installation appears to be working correctly.

At least one of the following commands should work (run in a terminal):

docker-compose --help docker compose --help

An RDP client should be available (Remote Desktop Connection, Remmina or similar).

A modern text editor with syntax highlighting for Dockerfile and YAML makes working easier (e.g. VS Code).