hermes running in a proxmox VM currently thinks that it is a container instead of a running in the actual container. this causes hermes run from the host terminal to run on the host binary/configs instead of the debian container as it is supposed to.
Temporary fix is an alias in .zshrc alias hermes='docker exec -it -u hermes hermes-agent /data/current-package/bin/hermes'
hermes running in a proxmox VM currently thinks that it is a container instead of a running in the actual container. this causes hermes run from the host terminal to run on the host binary/configs instead of the debian container as it is supposed to.
Temporary fix is an alias in .zshrc
`alias hermes='docker exec -it -u hermes hermes-agent /data/current-package/bin/hermes'`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
hermes running in a proxmox VM currently thinks that it is a container instead of a running in the actual container. this causes hermes run from the host terminal to run on the host binary/configs instead of the debian container as it is supposed to.
Temporary fix is an alias in .zshrc
alias hermes='docker exec -it -u hermes hermes-agent /data/current-package/bin/hermes'