This repo is intended to be used as a docker demo. A 'Hello world' script is copied to the container and is executed at runtime.
- Ensure you have Docker running locally.
- Clone or fork the repo:
git clone https://github.com/akonrath/docker-demo.git
- Change into the repo directory and build the container:
cd docker-demo
docker build -t docker-demo .
- Run the container:
docker run docker-demo