From 7203d7ab6611c3bdcbbfc2e81038db2e0e9d2250 Mon Sep 17 00:00:00 2001 From: Amar Mahmutbegovic Date: Sun, 22 Sep 2024 02:34:51 +0200 Subject: [PATCH] update readme with docker image instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ccb580b..462f55b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ C++ in Embedded Systems, published by Packt ## Install and run docker image +### Pull the image `docker pull mahmutbegovic/cpp_in_embedded_systems:latest` +### Run the image `docker run -d -it --name dev_env mahmutbegovic/cpp_in_embedded_systems` +### Enter bash `docker exec -it dev_env /bin/bash`