Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
158
Issues
158
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
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
haskell-gargantext
Commits
1c220b97
Commit
1c220b97
authored
Apr 07, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FEAT] adding docker file
parent
82dfe4ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
docker
devops/debian/docker
+27
-0
No files found.
devops/debian/docker
0 → 100755
View file @
1c220b97
#!/bin/bash
sudo
apt-get
-y
remove
--purge
docker docker-engine docker.io containerd runc
sudo
apt-get
-y
install
\
apt-transport-https
\
ca-certificates
\
curl
\
gnupg-agent
\
software-properties-common
curl
-fsSL
https://download.docker.com/linux/debian/gpg |
sudo
apt-key add -
sudo
apt-key fingerprint 0EBFCD88
sudo
add-apt-repository
\
"deb [arch=amd64] https://download.docker.com/linux/debian
\
$(
lsb_release
-cs
)
\
stable"
sudo
apt update
sudo
apt-get
-y
install
docker-ce docker-ce-cli containerd.io
sudo
apt
-y
install
docker-compose
sudo
addgroup gargantua docker
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