summaryrefslogtreecommitdiffstats
path: root/scripts/crossbuild/docker/debian9/README
blob: f7a6135061e78c228962a227c3a8e4c43c1afc05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Build source image

    docker build . -f Dockerfile.source -t freeradius:debian9-source

Then either build and run jenkins image

    docker build . -f Dockerfile.jenkins -t freeradius:debian9-jenkins
    docker run -d -p 2222:22 freeradius:debian9-jenkins

or build and run the server

    docker build . -t freeradius:debian9
    docker run -d -p 1812:1812/udp -p 1813:1813/udp freeradius:debian9