Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinytelly committed May 25, 2014
1 parent 71b3364 commit e60d14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ done
#### 8) Build the database Image after the above finishes
docker commit containerId my_database_running_on_sybase

#### 9) Start the new sybase image with running the database
#### 9) Start the new sybase image running the database
docker run -i -t -p 5000:5000 -v /tmp:/tmpfromhost my_database_running_on_sybase bash -c 'cd tmpfromhost; chmod 777 *.*; ./startSybase.sh;'

##### startSybase.sh looks like this
Expand Down

0 comments on commit e60d14d

Please sign in to comment.