Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
d0bfe4d7
Commit
d0bfe4d7
authored
Aug 02, 2017
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[INSTALL] Adding script to install docker (Debian).
parent
1599687d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
docker.install
install/docker.install
+21
-0
No files found.
install/docker.install
0 → 100755
View file @
d0bfe4d7
#!/bin/bash
sudo
apt
-
get
update
sudo
apt
-
get
install
\
apt
-
transport
-
https
\
ca
-
certificates
\
curl
\
gnupg2
\
software
-
properties
-
common
curl
-
fsSL
https
://
download
.
docker
.
com
/
linux
/
debian
/
gpg
|
sudo
apt
-
key
add
-
sudo
apt
-
key
fingerprint
0
EBFCD88
echo
"Should be: Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88"
sudo
add
-
apt
-
repository
\
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable"
sudo
apt
-
get
install
docker
-
ce
sudo
docker
run
hello
-
world
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