Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information