Skip to content

Commit

Permalink
Amend paths issues
Browse files Browse the repository at this point in the history
  • Loading branch information
knjname committed May 3, 2014
1 parent b760065 commit 1f6f4b1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ This project contains various files such as Dockerfile or related files, which f
## To build Jenkins master node

```
#> bash master/dockerbuild.sh
#> cd master
#> bash dockerbuild.sh
(An image knjname/jenkins-master will be registered.)
```

### And to run

```
#> bash master/dockerrun.sh
#> cd master
#> bash dockerrun.sh
(Note that /opt/jenkins-example will be automatically created.)
```

Expand All @@ -22,14 +24,16 @@ You can see the Jenkins at http://your_docker_host:8080/ .
## To build Jenkins master node

```
#> bash slave/dockerbuild.sh
#> cd slave
#> bash dockerbuild.sh
(An image knjname/jenkins-slave will be registered.)
```

### And to run

```
#> bash slave/dockerrun.sh
#> cd slave
#> bash dockerrun.sh
```

SSHD listens to your_docker_host:10022 .
Expand Down

0 comments on commit 1f6f4b1

Please sign in to comment.