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

Commits on Oct 11, 2024

  1. docker: Share sota dir with dockerd container

    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 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e6bfdb2 View commit details
    Browse the repository at this point in the history