A welcome container for new software engineering students.
This repository contains code for a Docker image stored on Docker Hub that can be used to make a Docker container within which runs a little Python program that greets new students.
- Install a Docker client, e.g. Docker Desktop.
- Run it and wait for the Docker Engine to start.
- From the command shell, run
docker run --rm -ti bloombar/se_welcome:latest
to download and run the Python program wrapped in a container.