update readme with docker image instructions
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
# Cpp-in-Embedded-Systems
|
||||
C++ in Embedded Systems, published by Packt
|
||||
|
||||
## Install and run docker image
|
||||
`docker pull mahmutbegovic/cpp_in_embedded_systems:latest`
|
||||
`docker run -d -it --name dev_env mahmutbegovic/cpp_in_embedded_systems`
|
||||
`docker exec -it dev_env /bin/bash`
|
||||
|
||||
Reference in New Issue
Block a user