Skip to content

Commit 1a40e78

Browse files
committed
Fix image path
1 parent 7badb1a commit 1a40e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/docker-container.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ At first, the top read-write layer has nothing in it, but any time a process cre
4141
We call the union of the read-write layer and all the read-only layers a _union file system_.
4242
4343
.Docker Layers
44-
image::plain-wildfly0.png[]
44+
image::images/plain-wildfly0.png[]
4545
====
4646

4747
In our particular case, the https://github.com/jboss-dockerfiles/wildfly/blob/9.0.1.Final/Dockerfile[jboss/wildfly] image extends the https://github.com/jboss-dockerfiles/base-jdk/blob/jdk8/Dockerfile[jboss/base-jdk:8] image which adds the OpenJDK distribution on top of the https://github.com/jboss-dockerfiles/base/blob/master/Dockerfile[jboss/base] image.

0 commit comments

Comments
 (0)