Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: Share sota dir with dockerd container #10

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

mike-sul
Copy link
Collaborator

Share the sota dir with dockerd container so a user can bind mount local directory or file located within the compose app dir which is /var/sota/compose-apps/<app>. For example:

cat docker-compose.yml

...
volumes:
   - ./nginx.conf:/etc/nginx/nginx.conf:ro
...

Share the sota dir with dockerd container so a user can bind mount local
directory or file located within the compose app dir which is
`/var/sota/compose-apps/<app>`. For example:

cat docker-compose.yml
```
...
volumes:
   - ./nginx.conf:/etc/nginx/nginx.conf:ro
...

```

Signed-off-by: Mike Sul <mike.sul@foundries.io>
@mike-sul mike-sul requested a review from detsch October 11, 2024 16:27
@mike-sul mike-sul merged commit 7af7659 into main Oct 11, 2024
1 check passed
@mike-sul mike-sul deleted the share-sota-dir-with-dockerd branch October 11, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants