Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 731 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 731 Bytes

Python build & test

Software Engineering Welcome

A welcome container for new software engineering students.

What?

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.

How?

  1. Install a Docker client, e.g. Docker Desktop.
  2. Run it and wait for the Docker Engine to start.
  3. From the command shell, run docker run --rm -ti bloombar/se_welcome:latest to download and run the Python program wrapped in a container.