We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c675d13 commit a8f0f5eCopy full SHA for a8f0f5e
README.md
@@ -31,7 +31,7 @@ $ cd centos6_x64
31
$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos6_x64-be .
32
33
$ cd ../centos6_x86
34
-$ docker build --rm --force-rm --squash -t --platform linux/386 evolvedbinary/rocksjava:centos6_x86-be .
+$ docker build --rm --force-rm --squash --platform linux/386 -t evolvedbinary/rocksjava:centos6_x86-be .
35
```
36
37
# CentOS 7 Docker Images
0 commit comments