You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus 10b21f816b Update 'README.md' 1 month ago
LICENSE Initial commit 1 year ago
README.md Update 'README.md' 1 month ago
swarmlab-linux swarmlab-linux 1 year ago

README.md

swarmlab-linux

1. Install docker INFO:

Docker group membership is more dangerous than sudo

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

3. git clone https://git.swarmlab.io:3000/zeus/swarmlab-linux.git

4. cd swarmlab-linux

5. chmod +x swarmlab-linux

6. cp swarmlab-linux /usr/local/bin

enjoy!