-
Please open the agent shell:
$ podman run -t -v $XDG_RUNTIME_DIR/podman/podman.sock:/var/run/docker.sock -v $(pwd)/agent/work:/agent/work -e serverUrl=http://myonedevserver:6610 -e agentToken=xxxxxx -h myagent 1dev/agent bashAnd run below command from the shell to see if it works:
mkdir -p /agent/work/myagent/temp -
Sorry use below command instead to open the shell:
$ podman run -it -v $XDG_RUNTIME_DIR/podman/podman.sock:/var/run/docker.sock -v $(pwd)/agent/work:/agent/work -e serverUrl=http://myonedevserver:6610 -e agentToken=xxxxxx -h myagent 1dev/agent bash -
It drops me into a non-responsive bash shell. I cannot type the mkdir command.
-
Make sure to add
-itoption. -
Previous Value Current Value Open
Closed
-
Closing now. Feel free to reopen if there is more info.
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
7.6.2
|
Issue Votes (0)
The command to run the container assumes docker. I altered it for rootless podman.
Also, the instructions don't include the creation of the agent/work file/directory. Is it a file or a directory? I guessed it should be a directory.