Skip to content

Commit 2d8f57d

Browse files
Linter Fix
1 parent e850286 commit 2d8f57d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Now that it is built we can run it with ```docker run```, finding it with the ta
160160
docker run -it --rm --user "63" x8-custom-test:latest
161161
```
162162

163-
### Using Docker-compose
163+
### Using Docker-Compose
164164

165165
A option for testing an app or container is to use "docker-compose". This is helpful when we have a lot of settings in our "docker-compose.yml" file, since we don't have to use those settings in the run argument with this method. First navigate into the container folder.
166166

0 commit comments

Comments
 (0)