Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Add apparmor package before installing docker #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 22, 2015

  1. Add apparmor package before installing docker

    This was causing problems when i tried to set test jobs that ran docker commands. 
    A sample job that ran bash script involving couple of docker commands just to see if my job can run docker commands, failed.
    When I checked inside my container - the output of `docker -d` , it failed to launch daemon with error message saying: 
    `apparmor_parser : no such file or directory `. 
    so after doing `apt-get install apparmor` and re launching the daemon, jenkins job ran docker commands fine :)
    if apparmor is installed during image build, this issue wont happen again :D cheers.
    imranity committed Feb 22, 2015
    Configuration menu
    Copy the full SHA
    f27cb2e View commit details
    Browse the repository at this point in the history