Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
66200654
Commit
66200654
authored
Mar 09, 2014
by
Greg Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docker documentation
parent
64dc3e93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
Dockerfile
Dockerfile
+4
-2
README.md
README.md
+6
-2
No files found.
Dockerfile
View file @
66200654
# sudo docker build -t IHaskell:dev .
#
# run in the browser
# sudo docker run -
rm -p 8778:8778 -i -t <image> IHaskell notebook
# sudo docker run -
p 8778:8778 IHaskell:dev
#
# run this with a terminal
# sudo docker run -rm -
p 8778:8778 -i -t <image> IHaskell
console
# sudo docker run -rm -
i -t IHaskell:dev
console
from
zsol/haskell-platform-2013.2.0.0:latest
...
...
README.md
View file @
66200654
...
...
@@ -26,8 +26,12 @@ Linux Package Installation
There is a docker package for Linux. We will put it up on the registry, but for now you can build it yourself by cloning the repo and running:
sudo docker build .
sudo docker run -rm -p 8778:8778 -i -t <image>
sudo docker build -t IHaskell:dev .
sudo docker run -p 8778:8778 IHaskell:dev
The console (instead of the browser) can be run with
sudo docker run -rm -i -t IHaskell:dev console
Windows Installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment