Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9df3c28

Browse files
committed
Small changes on build notes.
1 parent 4586625 commit 9df3c28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/about/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The build steps are simple if you already have some experience using Docker. You
5858
> If you are new to Docker, you can start by reading the [Getting Started With Docker](https://docs.docker.com/engine/getstarted/) docs.
5959
6060
### Build Notes ###
61-
* You may not forget to comment out the VOLUME line. This step is required, because VOLUMES are not saved using `docker commit` command.
61+
* You need to comment out the VOLUME line. This step is required, because volumes are not saved when using `docker commit` command.
6262

6363
* When the build proccess is complete, you will run the container to install the database. Once everything is set up and you see the message "DATABASE IS READY!", you may change the password and stop the running container. After the container is stopped, you can safely commit the container.
6464

@@ -71,15 +71,15 @@ Travis will use your Docker Hub credentials to pull the private images, and the
7171

7272
Variable | Description
7373
---------|------------
74-
**DOCKER_USER** **DOCKER_PASSWORD** | _Your Docker Hub website credentials. They will be used to pull the private database images._
74+
**DOCKER_USER**<br />**DOCKER_PASSWORD** | _Your Docker Hub website credentials. They will be used to pull the private database images._
7575

7676
### SQLCL ###
7777

7878
Our build configurarion uses SQLCL to run the scripts, and you need to configure a few additional secure environment variables. After the first build, the downloaded file will be cached.
7979

8080
Variable | Description
8181
---------|------------
82-
**ORACLE_OTN_USER ORACLE_OTN_PASSWORD** | _Your Oracle website credentials. They will be used to download SQLCL._
82+
**ORACLE_OTN_USER<br />ORACLE_OTN_PASSWORD** | _Your Oracle website credentials. They will be used to download SQLCL._
8383

8484

8585
## New to GIT ##

0 commit comments

Comments
 (0)