Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 324 Bytes

Cpp-in-Embedded-Systems

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