Skip to content

Commit feb1795

Browse files
Fixed structure
1 parent 1b2be32 commit feb1795

File tree

1 file changed

+8
-8
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/custom-container

1 file changed

+8
-8
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/custom-container/content.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,18 @@ To stop the docker-compose app from running, use the following command:
180180
docker-compose stop
181181
```
182182

183+
## Conclusion
183184

184-
## Troubleshoot
185-
186-
Here are some errors that might occur in the process of this tutorial:
187-
188-
- Make sure you have followed our other tutorials that shows how to set up the [Portenta X8 out of the box](https://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box)
189-
- If you are having issues with the adb shell, don't forget to try and use `sudo` and `su`
185+
This tutorial went through what goes into a container, how the folder should be built and what files it should contain. It then explained what each files purpose is and what they should contain for this example. Then we went through how this relates back to the factory, and how Foundries.io makes the whole process easier for us. We then showed how to build the container and run it on the Portenta X8. Lastly, we showed a useful testing feature with docker-compose. Which lets us test our container with a faster process.
190186

191187
### Next Steps
192188

193189
To get a better understanding of how to manage containers with Docker, take a look at our [Managing Containers with Docker on Portenta X8](https://docs.arduino.cc/tutorials/portenta-x8/docker-container). This tutorial will show some useful commands to use with the docker service and ADB or SSH.
194190

195-
## Conclusion
196191

197-
This tutorial went through what goes into a container, how the folder should be built and what files it should contain. It then explained what each files purpose is and what they should contain for this example. Then we went through how this relates back to the factory, and how Foundries.io makes the whole process easier for us. We then showed how to build the container and run it on the Portenta X8. Lastly, we showed a usefull testing feature with docker-compose. Which lets us test our container with a faster process.
192+
## Troubleshooting
193+
194+
Here are some errors that might occur in the process of this tutorial:
195+
196+
- Make sure you have followed our other tutorials that shows how to set up the [Portenta X8 out of the box](https://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box)
197+
- If you are having issues with the adb shell, don't forget to try and use `sudo` and `su`

0 commit comments

Comments
 (0)