Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
clive
Commits
1c12ac4c
Commit
1c12ac4c
authored
4 weeks ago
by
Dan Notestein
Browse files
Options
Downloads
Patches
Plain Diff
Edit README.md to fix typo in docker run command (problematic --)
parent
9ebad6bb
No related branches found
No related tags found
2 merge requests
!606
Edit README.md to fix typo in docker run command (problematic --)
,
!600
v1.27.5.21 Release
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
1c12ac4c
...
...
@@ -69,7 +69,7 @@ The launch command (depending on the branch and chain version you want to use, e
like:
```
bash
docker pull registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest
&&
docker run
-ti
--detach-keys
'ctrl-@,ctrl-q'
--
registry
.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest
docker pull registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest
&&
docker run
-ti
--detach-keys
'ctrl-@,ctrl-q'
registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest
```
If you want to run clive in the interactive CLI mode, you should include the
`--cli`
flag in the command:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment