[ 
https://issues.apache.org/jira/browse/CASSANDRA-17485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513751#comment-17513751
 ] 

Erick Ramirez commented on CASSANDRA-17485:
-------------------------------------------

I've completed final verification in staging and [published to 
production|https://github.com/apache/cassandra-website#merging-asf-staging-to-asf-site]:
{noformat}
$ git branch
* trunk

$ git fetch origin
$ git checkout asf-site
Branch 'asf-site' set up to track remote branch 'asf-site' from 'origin'.
Switched to a new branch 'asf-site'

$ git branch
* asf-site
  trunk

$ git reset --hard origin/asf-staging
HEAD is now at bcbf8106 generate docs for 1cee962d

$ git push -f origin asf-site
Username for 'https://github.com': erickramirezau
Password for 'https://erickramire...@github.com': 
Total 0 (delta 0), reused 0 (delta 0) 
To https://github.com/apache/cassandra-website.git
 + e291218e...bcbf8106 asf-site -> asf-site (forced update){noformat}

The update is now live in production -- 
https://cassandra.apache.org/_/quickstart.html.

> WEBSITE - Docker steps in Quickstart guide are not clear
> --------------------------------------------------------
>
>                 Key: CASSANDRA-17485
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17485
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Documentation/Website
>            Reporter: Sathyanarayanan Saravanamuthu
>            Assignee: Sathyanarayanan Saravanamuthu
>            Priority: Normal
>              Labels: pull-request-available
>             Fix For: 4.0.3
>
>         Attachments: c17485-01-quickstart_guide.png
>
>
> In Step 2 of the 
> [documentation|[https://cassandra.apache.org/_/quickstart.html],] there are 
> two commands mentioned.
> The commands are:
> > docker run --name cassandra cassandra
> > docker run --rm -d --name cassandra --hostname cassandra --network 
> > cassandra cassandra
>  
> Both these commands start the cassandra container. If we run first command 
> followed by second command, the second command errors out with message 
> "container with same name already running".
> If we run the second command directly, the error message says that the 
> network is not created.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to