Skip to content

Commit 12bde35

Browse files
Fix formatting of Docker run command in lab instructions
Signed-off-by: Saurabh Singh <saurabhsraghuvanshi@gmail.com>
1 parent dc13c23 commit 12bde35

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/d011fd20-a3f5-4480-883b-dfb34321d168/automation-and-reliability/ci-cd/lab/e1

1 file changed

+1
-1
lines changed

content/learning-paths/d011fd20-a3f5-4480-883b-dfb34321d168/automation-and-reliability/ci-cd/lab/e1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Set up Jenkins server on a Docker container and store Jenkins Home on Docker Vol
1616
1. Create the Jenkins container by executing the following command:
1717

1818
```bash
19-
$ docker run --name myjenkins1 -dit -p 8080:8080 -p 50000:50000 -v
19+
docker run --name myjenkins1 -dit -p 8080:8080 -p 50000:50000 -v
2020
jenkins_data:/var/jenkins_home jenkins/jenkins:2.60.3-alpine
2121
```
2222

0 commit comments

Comments
 (0)