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
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
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
4eb498f9
Commit
4eb498f9
authored
Jul 20, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCRIPTS] docker install
parent
fdb30dd8
Pipeline
#3040
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
install_docker.sh
devops/docker/install_docker.sh
+26
-0
install_garg_with_docker
devops/docker/install_garg_with_docker
+0
-0
No files found.
devops/docker/install_docker.sh
0 → 100644
View file @
4eb498f9
#!/bin/bash
sudo
apt-get update
sudo
apt-get
install
\
ca-certificates
\
curl
\
gnupg
\
lsb-release
sudo mkdir
-p
/etc/apt/keyrings
curl
-fsSL
https://download.docker.com/linux/debian/gpg |
sudo
gpg
--dearmor
-o
/etc/apt/keyrings/docker.gpg
echo
\
"deb [arch=
$(
dpkg
--print-architecture
)
signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian
\
$(
lsb_release
-cs
)
stable"
|
sudo tee
/etc/apt/sources.list.d/docker.list
>
/dev/null
sudo
apt-get update
sudo
apt-get
install
docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo
adduser debian docker
devops/docker/
docker-install
→
devops/docker/
install_garg_with_docker
View file @
4eb498f9
File moved
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