Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention Docker images by @Dragas in Getting Started
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 5, 2018
1 parent dd58452 commit 3307a6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2018-03-31T09:44:40.320572"
"last_deploy": "2018-04-05T16:33:14.747641"
}
8 changes: 7 additions & 1 deletion stories/getting-started.html
Expand Up @@ -130,7 +130,13 @@ <h4 class="panel-title"><a class="collapsed" role="button" data-toggle="collapse
</div>
<div id="collapseDockerSnapcraft" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingDockerSnapcraft">
<div class="panel-body">
<p>A <a href="https://github.com/rbrewer123/docker_nikola">Docker image</a> is available. It isn’t official, but it’s based on official Arch Linux packages.</p>
<p>There are unofficial <a href="https://hub.docker.com/r/dragas/nikola/">Docker images by Stefano Marinelli</a> (available in Debian, Alpine and ARM flavors)</p>
<pre class="gs-console">
<code>$ <span class="gs-command">docker pull dragas/nikola</span>
$ <span class="gs-command">docker pull dragas/nikola</span><span class="gs-input">:alpine</span>
$ <span class="gs-command">docker pull dragas/<span class="gs-input">rpi-</span>nikola</span>
</code></pre>
<p>and also, a <a href="https://github.com/rbrewer123/docker_nikola">Dockerfile by Rob Brewer</a>, based on Arch Linux and official Arch packages.</p>
<p>You can also use <a href="https://snapcraft.io/">Snapcraft</a> if you are using a supported distro:</p>
<pre class="gs-console">
<code># <span class="gs-command">snap install nikola</span></code>
Expand Down

3 comments on commit 3307a6c

@Dragas
Copy link

@Dragas Dragas commented on 3307a6c Apr 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excuse me?

@Kwpolska
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry, wrong GitHub nick.

@Dragas
Copy link

@Dragas Dragas commented on 3307a6c Apr 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's cool.

Please sign in to comment.