Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor doc updates
  • Loading branch information
chevdor committed Jul 31, 2018
commit 08414edb88a50d5fca85935e11c00a93326f07b9
4 changes: 1 addition & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ To update:
To get up and running with the smallest footprint on your system, you may use the Polkadot Docker image.
You can either build it yourself (it takes a while...):

NOTE: Make sure you build from the project root, *not* from the `./docker` folder.

[source, shell]
----
./docker/build.sh
Expand All @@ -160,7 +158,7 @@ If you run into issues with polkadot when using docker, please run the following
(replace the tag with the appropriate one if you do not use latest):

[source, shell]
docker run --rm -it chevdor/polkadot:latest version
docker run --rm -it chevdor/polkadot:latest polkadot --version

This will show you the polkadot version as well as the git commit ref that was used to build your container.
Just paste that in the issue you create.
Expand Down
2 changes: 1 addition & 1 deletion docker/readme-docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Run the following command

docker run -d chevdor/polkadot:latest polkadot
docker run -d -P --name polkadot chevdor/polkadot:latest

=== Building the image

Expand Down