mini cleanup

This commit is contained in:
fschl 2015-11-25 16:13:11 +01:00
parent 8c2e4984f7
commit 3d0f3ba01e
3 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ chrome() {
# one day remove /etc/hosts bind mount when effing # one day remove /etc/hosts bind mount when effing
# overlay support inotify, such bullshit # overlay support inotify, such bullshit
docker run -d \ docker run -d \
--memory 3gb \ --memory 2gb \
--net host \ --net host \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-v /tmp/.X11-unix:/tmp/.X11-unix \ -v /tmp/.X11-unix:/tmp/.X11-unix \
@ -77,6 +77,7 @@ chrome() {
eclipse() { eclipse() {
del_stopped eclipse del_stopped eclipse
docker run -it --rm \ docker run -it --rm \
--net host \ --net host \
-v /tmp/.X11-unix:/tmp/.X11-unix \ -v /tmp/.X11-unix:/tmp/.X11-unix \
@ -124,8 +125,7 @@ skype() {
del_stopped skype del_stopped skype
docker run -d \ docker run -d \
-v /dev/shm:/dev/shm \ -v /home/kani/Downloads:/root/skype/Downloads \
-v /etc/machine-id:/etc/machine-id \
-v /run/user/1000/pulse:/run/user/1000/pulse \ -v /run/user/1000/pulse:/run/user/1000/pulse \
-v /var/lib/dbus:/var/lib/dbus \ -v /var/lib/dbus:/var/lib/dbus \
-v ~/.pulse:/root/.pulse \ -v ~/.pulse:/root/.pulse \

View File

@ -1,6 +1,6 @@
[user] [user]
name = fschl name = fschl
email = friedaar@gmx.de email = fschl.code@gmail.com
[credential] [credential]
helper = cache helper = cache
[color] [color]

View File

@ -1,4 +1,4 @@
# dotfiles # dotfiles
some stuff that makes my linux life more portable. uses containers. strongly inspired by awesome work of @jfrazelle and @jpetazzo <3 some stuff that makes my linux life more portable and comfortable. uses containers. strongly inspired by awesome work of https://github.com/jfrazelle