ๅฝๅ ไป Docker Hub ๆๅ้ๅๆๆถไผ้ๅฐๅฐ้พ๏ผๆญคๆถๅฏไปฅ้ ็ฝฎ้ๅๅ ้ๅจใ
Dockerized ๅฎ่ทต https://github.com/y0ngb1n/dockerized
ๅ่ Docker daemon ้ ็ฝฎไปฃ็
| #!/bin/sh | |
| # requirements | |
| # - wget | |
| # prepare directory | |
| mkdir -p ~/.local/bin | |
| mkdir -p ~/.config | |
| if ! [ -x "$(command -v tmux)" ]; then |
| # ~/.config/starship.toml | |
| [battery] | |
| full_symbol = "๐" | |
| charging_symbol = "๐" | |
| discharging_symbol = "โก" | |
| [[battery.display]] | |
| threshold = 30 | |
| style = "bold red" |
ๅฝๅ ไป Docker Hub ๆๅ้ๅๆๆถไผ้ๅฐๅฐ้พ๏ผๆญคๆถๅฏไปฅ้ ็ฝฎ้ๅๅ ้ๅจใ
Dockerized ๅฎ่ทต https://github.com/y0ngb1n/dockerized
ๅ่ Docker daemon ้ ็ฝฎไปฃ็
| %pyspark | |
| import matplotlib.pyplot as plt; plt.rcdefaults() | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| import StringIO | |
| def show(p): | |
| img = StringIO.StringIO() | |
| p.savefig(img, format='svg') |
| , | |
| ? | |
| ใ | |
| ใ | |
| โ | |
| โ | |
| ใ | |
| ใ | |
| ๏ผ | |
| ๏ผ |
| root@ci:/etc/init.d# cat Xvfb | |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: Xvfb | |
| # Required-Start: $local_fs $remote_fs | |
| # Required-Stop: | |
| # X-Start-Before: | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: |