Skip to content

Commit

Permalink
updated few files
Browse files Browse the repository at this point in the history
  • Loading branch information
ravdy committed Aug 19, 2020
1 parent 4f34081 commit 5ab1642
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Create_image_out_of_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ Steps we are following
```

1. Check for the content in the file. We could see same our changes.

### 💡 Help/Suggestions or 🐛 Bugs

Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community.

### 🏷️ Metadata

**Level**: 100
4 changes: 2 additions & 2 deletions Docker_Volumes/persist_apps_data_using_docker_volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Managing data is necessary for the stateful applications even though container deleted. In this demonstration we are going to see how can we achieve this.


# Using Named Volumes
## Using Named Volumes

1. Create a jenkins container
```sh
Expand All @@ -27,7 +27,7 @@ Managing data is necessary for the stateful applications even though container d
docker run -d --name vtjenkinsprd02 -p 8090:8080 -p 55000:50000 -v vtjenkinsprd01_jenkins_home_vol:/var/jenkins_home jenkins
```

### Using host volumes
## Using host volumes

1. Create a directory or filesystem and change permssions to 777
```sh
Expand Down

0 comments on commit 5ab1642

Please sign in to comment.