Skip to content

Commit

Permalink
Merge pull request #36 from Senzing/issue-35.dockter.1
Browse files Browse the repository at this point in the history
#35 Refactor to template
  • Loading branch information
docktermj authored Dec 11, 2019
2 parents c18c64f + 77b43c0 commit 11d7fd5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>docker-template</name>
<name>template-docker</name>
</projectDescription>
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The variables are used throughout the installation procedure.

```console
export GIT_ACCOUNT=senzing
export GIT_REPOSITORY=docker-template
export GIT_REPOSITORY=template-docker
```

Synthesize environment variables.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker-template
# template-docker

## Overview

Expand Down Expand Up @@ -253,7 +253,7 @@ see [Environment Variables](https://github.com/Senzing/knowledge-base/blob/maste

```console
export GIT_ACCOUNT=senzing
export GIT_REPOSITORY=docker-template
export GIT_REPOSITORY=template-docker
export GIT_ACCOUNT_DIR=~/${GIT_ACCOUNT}.git
export GIT_REPOSITORY_DIR="${GIT_ACCOUNT_DIR}/${GIT_REPOSITORY}"
```
Expand All @@ -267,7 +267,7 @@ see [Environment Variables](https://github.com/Senzing/knowledge-base/blob/maste
```console
sudo docker build \
--tag senzing/template \
https://github.com/senzing/docker-template.git
https://github.com/senzing/template-docker.git
```

1. **Option #2:** Using `docker` command and local repository.
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker-template
# template-docker

Placeholder for [GitHub pages](https://pages.github.com/).

See [https://senzing.github.io/docker-template](https://senzing.github.io/docker-template).
See [https://senzing.github.io/template-docker](https://senzing.github.io/template-docker).
2 changes: 1 addition & 1 deletion docs/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
1. Change following value to appropriate Git repository name.

```markdown
export GIT_REPOSITORY=docker-template
export GIT_REPOSITORY=template-docker
```

0 comments on commit 11d7fd5

Please sign in to comment.