You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run a container using Docker::run setting restart: always, the following error is being thrown:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, No such file or directory - docker (file: /etc/puppetlabs/code/environments/production/modules/docker/manifests/run.pp, line: 415, column: 25) (file: /etc/puppetlabs/code/environments/production/modules/docker/manifests/run_instance.pp, line: 8) on node example.org
This issue has been marked as stale because it has been open for a while and has had no recent activity. If this issue is still important to you please drop a comment below and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days.
Describe the Bug
If I run a container using
Docker::run
settingrestart: always
, the following error is being thrown:Expected Behavior
Creation of container without errors
Steps to Reproduce
Create a container like
Environment
Additional Context
Docker::run
described with Foreman ENC in this example.The text was updated successfully, but these errors were encountered: