You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`/bin/bash`: the command to execute inside the container (opens a Bash shell).
103
104
104
-
### 3.2 Config C/C++ Debugging (VS Code)
105
+
### 3.2 Debug - C/C++ Debugging (VS Code)
105
106
106
107
#### 3.2.1. Launch Configuration
107
108
@@ -235,7 +236,7 @@ Notes:
235
236
### 3.3 Documentation with `doxygen`
236
237
TBD - Refer to this [Documentation with doxygen](https://www.labri.fr/perso/fleury/posts/programming/using-cmake-googletests-and-gcovr-in-a-c-project.html#:~:text=of%20the%C2%A0project.-,Documentation%20with%20doxygen,-Code%20embedded%20documentation)
237
238
238
-
## 5. Update Docker Image
239
+
## 4. Docker Image
239
240
```bash
240
241
# Navigate to the project that contain your Dockerfile
241
242
cd cpp-lab
@@ -250,11 +251,11 @@ docker image ls
250
251
docker push DOCKER_USERNAME/cpp-lab
251
252
```
252
253
253
-
## 6. TroubleShooting
254
+
## 5. TroubleShooting
254
255
1. `push access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed`
0 commit comments