Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
deploy
Overview
Overview
Details
Activity
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
public
deploy
Commits
52cde91c
Commit
52cde91c
authored
Aug 09, 2021
by
蔡润涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install-docker.sh
parent
c7feaa4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install-docker.sh
install-docker.sh
+1
-1
No files found.
install-docker.sh
View file @
52cde91c
...
@@ -28,7 +28,7 @@ sudo usermod -aG docker $USER
...
@@ -28,7 +28,7 @@ sudo usermod -aG docker $USER
echo
"Installation Complete -- Logout and Log back"
echo
"Installation Complete -- Logout and Log back"
# Install docker-compose
# Install docker-compose
curl
-L
"https://
github.com/docker/compose/releases/download/1.25.3/docker-compose-
$(
uname
-s
)
-
$(
uname
-m
)
"
-o
/usr/local/bin/docker-compose
curl
-L
"https://
cdn.dankal.cn/docker-compose-Linux-x86_64_1.25.3
"
-o
/usr/local/bin/docker-compose
# Permssion +x execute binary
# Permssion +x execute binary
chmod +x /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
...
...
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