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

View File

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

View File

@ -1,4 +1,4 @@
# 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