Skip to content

Commit 4d8b0b3

Browse files
committed
doc: update Dockerfile and README.MD documentation
1 parent acbb1c0 commit 4d8b0b3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
# If you have Docker installed, from the root of the project run
1313
# the following to create a container image for this Dockerfile via:
1414
#
15-
# docker build -t java_stix_img .
15+
# docker build -t nemonik/java-stix .
1616
#
1717
# Then create a container using the image you just created via:
1818
#
19-
# docker run -t -i java_stix_img_v1_1_1_1 /bin/bash
19+
# docker run -t -i nemonik/java-stix /bin/bash
2020
#
2121
# To retreive the jar archives from the running docker container use following
2222
# from the command-line of your docker host, not the container:
2323
#
24-
# docker cp <container id>:/java-stix/build/libs/stix-1.1.1.1-SNAPSHOT-javadoc.jar .
25-
# docker cp <container id>:/java-stix/build/libs/stix-1.1.1.1-SNAPSHOT-sources.jar .
26-
# docker cp <container id>:/java-stix/build/libs/stix-1.1.1.1-SNAPSHOT.jar .
24+
# docker cp <container id>:/java-stix/build/libs/stix-1.2.0.2-SNAPSHOT-javadoc.jar .
25+
# docker cp <container id>:/java-stix/build/libs/stix-1.2.0.2-SNAPSHOT-sources.jar .
26+
# docker cp <container id>:/java-stix/build/libs/stix-1.2.0.2-SNAPSHOT.jar .
2727
#
2828
# If the containder ID is not obvious, but you can also retrieve it via:
2929
#
3030
# docker ps
3131
#
3232
# An example of retrieving the snapshot jar would be the following:
3333
#
34-
# ➜ /tmp docker cp 83ad9afb6096:/java-stix/build/libs/stix-1.1.1.1-SNAPSHOT.jar .
34+
# ➜ /tmp docker cp 83ad9afb6096:/java-stix/build/libs/stix-1.2.0.2-SNAPSHOT.jar .
3535
#
3636
#
3737
############################################################

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ see TODO.txt for a tentative roadmap. Releases will be announced on the [STIX
2525
discussion list][list]. A java-stix for a particular schema release will match the
2626
STIX schema version in Semantic Versioning form. Follow up patches of java-stix
2727
for a particular schema release will increment a 4th digit. For example, the first
28-
patch release for java-stix `v1.2.0` would be `v1.2.0.2`. Patches will be worked
28+
patch release for java-stix `v1.2.0` would be `v1.2.0.1`. Patches will be worked
2929
in a branch prior to being tagged and released.
3030

3131
## <a name="releases"></a>Releases

0 commit comments

Comments
 (0)