Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save henrich/dc7b74cefc02c288f8f77a2dcdab9c12 to your computer and use it in GitHub Desktop.
Save henrich/dc7b74cefc02c288f8f77a2dcdab9c12 to your computer and use it in GitHub Desktop.
vs kata
henrich@tiny:~ $ time docker run --rm -it -d debian:buster-slim /bin/bash
4b8de253954a105a5d6982024ab1ef404ff03f06b24736c4b9490d495dbea21e
real 0m0.736s
user 0m0.030s
sys 0m0.025s
henrich@tiny:~ $ sudo mv /etc/docker/
daemon.json.bak key.json
henrich@tiny:~ $ sudo mv /etc/docker/daemon.json.bak /etc/docker/daemon.json
henrich@tiny:~ $ sudo systemctl daemon-reload
henrich@tiny:~ $ sudo systemctl restart docker
henrich@tiny:~ $ time docker run --rm -it -d debian:buster-slim /bin/bash
acd711c3e52e42f8e00fa31e55f72659f29160d4648f9412ce1602acd17338bc
real 0m1.356s
user 0m0.032s
sys 0m0.027s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment