Merge pull request #224 from trawor/fix-typo-readme

fix typo
This commit is contained in:
Darren Shepherd 2019-03-17 13:05:28 -07:00 committed by GitHub
commit 5c9d8b7ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,7 +210,7 @@ k3s includes and defaults to containerd. Why? Because it's just plain better. If
run with Docker first stop and think, "Really? Do I really want more headache?" If still
yes then you just need to run the agent with the `--docker` flag
k3s agent -u ${SERVER_URL} -t ${NODE_TOKEN} --docker &
k3s agent -s ${SERVER_URL} -t ${NODE_TOKEN} --docker &
systemd
-------