These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
893 B

  1. # Portainer-agent
  2. This is a dockerized portainer-agent.
  3. The official container and documentation was made by [portainer](https://hub.docker.com/r/portainer/agent).
  4. ## Volumes
  5. Set the following volumes with the -v tag.
  6. | Volume-Name | Container mount | Description |
  7. | ----------------------- | ----------------------- | -------------------------------------- |
  8. | /var/run/docker.sock | /var/run/docker.sock | connect your running docker containers |
  9. | /var/lib/docker/volumes | /var/lib/docker/volumes | connect running docker volumes |
  10. ## Ports
  11. Set the following ports with the -p tag.
  12. | Container Port | Recommended outside port | Protocol | Description |
  13. | -------------- | ------------------------ | -------- | -------------------- |
  14. | 9001 | 9001 | TCP | Portainer agent port |