Skip to content
Snippets Groups Projects
Commit feab962e authored by Michiel de Jong's avatar Michiel de Jong
Browse files

mention docker-enter in Debian/Ubuntu install instructions

parent fc42e069
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@ ssh-keygen -t rsa
# Install Docker:
curl -sSL https://get.docker.com/ | sh
# Install docker-enter ([recommended](https://github.com/jpetazzo/nsenter#nsenter-in-a-can)):
docker run --rm -v /usr/local/bin:/target jpetazzo/nsenter
# In this case I also had to:
/etc/init.d/exim stop
````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment