Skip to content

Commit

Permalink
typos and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloantinori committed Apr 1, 2015
1 parent 74f2c24 commit b62577a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is a simple script that run for you 3 docker images:
- Jbosse fuse (you need to build this image yourself): https://github.com/paoloantinori/dockerfiles/tree/master/centos/fuse

After that it creates a fabric and update the configuration to authenticate using the openldap server. In this way you will be able to log in in to karaf console or hawtio using credentials stored in openldap:
- user: fuseldap password: fuseldap groupe: admin
- user: notfuseldap password: notfuseldap groupe: none
- user: `fuseldap` password: `fuseldap` group: `admin`
- user: `notfuseldap` password: `notfuseldap` group: `none`

when the script finish you should be able to check fuse container's local ports with:
```
Expand All @@ -32,7 +32,7 @@ The build process will extract in the Docker image all the zip files it will fin
docker pull pantinor/fuse

# build your docker fuse image. you are expected to have either a copy of jboss-fuse-full-6.1.0.redhat-379.zip or a link to that file in the current folder.
docker build -rm -t fuse6.1 .
docker build --rm -t fuse6.1 .



Expand Down

0 comments on commit b62577a

Please sign in to comment.