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

Updating Portainer Invocation #125

Open
wants to merge 8 commits into
base: Dev
Choose a base branch
from
Open

Conversation

bryandph
Copy link

@bryandph bryandph commented Apr 6, 2021

Portainer doesn't add the local docker instance for monitoring unless you explicitly pass it as an argument in the docker-compose invocation. Specifically have to add the flag '-H unix:///var/run/docker.sock' as that is where the docker socket is mounted according to the volumes clause in this docker-compose file.

I have added the additional flag in this pull request and propose this change.

orlikoski and others added 8 commits July 20, 2019 19:23
- Refactored signed installer to be more module and flow better
- Refactored docker-compose.yml file
    - Reference only artifacts in the Skadi repository
    - All items now in one file (22 containers configured to work together)
- Created Start/Stop/Reset Docker helper scripts for Powershell and Bash
- Updated signed installer to use the new components
- Removed Cerebro and now use Kibana Management page instead
- Enabled Skadi to run on any OS with Docker installed (MacOS, Windows, and Linux)
- Created `skadi-backend` network and reduced exposed ports to only 80, 5432, 9200
- Updated Secure Networking pack to work with these changes
- Fixes
  - Yeti investigations now work
  - Yeti settings and data now persist 
  - All containers now persist data
Portainer doesn't add the local docker instance for monitoring unless you explicitly pass it as an argument in the docker-compose invocation. Specifically have to add the flag '-H unix:///var/run/docker.sock' as that is where the docker socket is mounted according to the volumes clause in this docker-compose file.
@bryandph bryandph changed the base branch from main to Dev April 6, 2021 23:06
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