Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-amazon-acc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
docker-amazon-acc
Commits
33fdad84
Unverified
Commit
33fdad84
authored
Oct 21, 2019
by
Ahmad Nemati
Committed by
GitHub
Oct 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.sh
parent
7bea40b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
install.sh
install.sh
+4
-4
No files found.
install.sh
View file @
33fdad84
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
sudo
apt-get remove docker docker-engine docker.io containerd runc
sudo
apt-get remove docker docker-engine docker.io containerd runc
sudo
apt-get
-y
update
sudo
apt-get
-y
update
sudo
apt-get
install
\
sudo
apt-get
-y
install
\
apt-transport-https
\
apt-transport-https
\
ca-certificates
\
ca-certificates
\
curl
\
curl
\
...
@@ -21,11 +21,11 @@ sudo add-apt-repository \
...
@@ -21,11 +21,11 @@ sudo add-apt-repository \
sudo
apt-get
-y
update
sudo
apt-get
-y
update
sudo
apt-get
-y
install
docker-ce docker-ce-cli containerd.io
sudo
apt-get
-y
install
docker-ce docker-ce-cli containerd.io
docker volume create portainer_data
docker run
-d
-p
9000:9000
--name
=
port
--restart
=
always
-v
/var/run/docker.sock:/var/run/docker.sock
-v
portainer_data:/data
portainer/portainer
docker run
-d
-p
80:9000
--name
=
port
--restart
=
always
-v
/var/run/docker.sock:/var/run/docker.sock
portainer/portainer
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