Skip to content

Commit

Permalink
remove hardcoded 'docker' in message of dockerrc #255
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Aug 27, 2020
1 parent 76e8ebb commit 392acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -5960,7 +5960,7 @@ $Wmdockercommand"'
echo '[ -z "$Pid1pid" ] && error "dockerrc(): Did not receive PID of PID1 in container.
Maybe the container immediately stopped forunknown reasons.
Output of \"docker ps | grep x11docker\":
$(docker ps | grep x11docker)
$($Dockerexe ps | grep x11docker)
Content of container log:
$(rmcr < '$Containerlogfile' )"'
Expand Down

0 comments on commit 392acbb

Please sign in to comment.