Skip to content

Instantly share code, notes, and snippets.

@Superbil
Last active August 29, 2015 14:16
Show Gist options
  • Save Superbil/5ca987c11321dfe9bbb3 to your computer and use it in GitHub Desktop.
Save Superbil/5ca987c11321dfe9bbb3 to your computer and use it in GitHub Desktop.
This is hotfix to run docker on archlinux
#!/usr/bin/env bash
docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /usr/bin/docker:/usr/bin/docker \
-v /usr/lib/libdevmapper.so.1.02:/usr/lib/libdevmapper.so.1.02 \
-i -d -p 80:80 \
--name=redmine sameersbn/redmine:3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment