Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
server-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Brainedia
server-scripts
Commits
93f19408
Commit
93f19408
authored
Mar 08, 2019
by
Robert Saß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added setup script for Docker
parent
a7a0893a
Pipeline
#12
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
setup_docker.sh
setup_docker.sh
+7
-0
No files found.
setup_docker.sh
0 → 100644
View file @
93f19408
apt update
apt
install
apt-transport-https ca-certificates curl software-properties-common
curl
-fsSL
https://download.docker.com/linux/ubuntu/gpg |
sudo
apt-key add -
add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
apt update
apt-cache policy docker-ce
apt
install
docker-ce
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