Browse Source

Update 'README.md'

master
zeus 1 month ago
parent
commit
10b21f816b
  1. 16
      README.md

16
README.md

@ -1,9 +1,15 @@
# swarmlab-linux # swarmlab-linux
## 1. Install docker INFO: ## 1. Install docker INFO:
http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/install/install-docker.html
--or-- Docker group membership is more dangerous than sudo
https://docs.docker.com/engine/install/debian/
The Docker daemon has setUID root, and by design allows easy access as root to the host filesystem. This makes it trivial for a malicious user to read and alter sensitive system files, or for a careless user to allow a malicious containerized app to do so. Access to Docker commands effectively grants full root power.
Also, Docker doesn't have any equivalent to sudo's password check, which means that a successful arbitrary-code-execution exploit against a user who is in the docker group effectively grants the attacker root. Thus, the safer choice is to never add a user account — even your own — to the docker group, so that Docker commands can only be used via sudo.
INSTALL: https://docs.docker.com/engine/install/debian/
## 2. http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/install/install-docker.html#fix-x509-certificate-signed-by-unknown-authority-issue ## 2. http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/install/install-docker.html#fix-x509-certificate-signed-by-unknown-authority-issue
@ -11,6 +17,8 @@ https://docs.docker.com/engine/install/debian/
## 4. cd swarmlab-linux ## 4. cd swarmlab-linux
## 5. cp swarmlab-linux /usr/local/bin ## 5. chmod +x swarmlab-linux
## 6. cp swarmlab-linux /usr/local/bin
# enjoy! # enjoy!
Loading…
Cancel
Save