mini cleanup
This commit is contained in:
parent
8c2e4984f7
commit
3d0f3ba01e
|
@ -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 \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = fschl
|
||||
email = friedaar@gmx.de
|
||||
email = fschl.code@gmail.com
|
||||
[credential]
|
||||
helper = cache
|
||||
[color]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue