Compare commits
2 Commits
4f19441ab1
...
c22dcc6274
Author | SHA1 | Date | |
---|---|---|---|
c22dcc6274 | |||
ffc9f09c0f |
@ -1,21 +1,21 @@
|
|||||||
% docker-compose
|
% docker-compose
|
||||||
|
|
||||||
# Up a compose YAML
|
# Up a compose YAML
|
||||||
sudo docker-compose -f <file> up
|
sudo docker compose -f <file> up
|
||||||
|
|
||||||
# Up and daemonze a compose YAML
|
# Up and daemonze a compose YAML
|
||||||
sudo docker-compose -f <file> up -d
|
sudo docker compose -f <file> up -d
|
||||||
|
|
||||||
# Up and daemonze a compose YAML (force)
|
# Up and daemonze a compose YAML (force)
|
||||||
sudo docker-compose -f <file> up -d --force-recreate
|
sudo docker compose -f <file> up -d --force-recreate
|
||||||
|
|
||||||
# Up and daemonze a compose YAML
|
# Down a compose YAML
|
||||||
sudo docker-compose -f <file> down
|
sudo docker compose -f <file> down
|
||||||
|
|
||||||
# Print the last lines of compose YAML logs
|
# Print the last lines of compose YAML logs
|
||||||
sudo docker-compose -f <file> logs --tail 100
|
sudo docker compose -f <file> logs --tail 100
|
||||||
|
|
||||||
# Print the last lines of compose YAML logs and following its logs
|
# Print the last lines of compose YAML logs and following its logs
|
||||||
sudo docker-compose -f <file> logs --tail 100 -f
|
sudo docker compose -f <file> logs --tail 100 -f
|
||||||
|
|
||||||
$ file: ls *.yaml | awk '{print $1}'
|
$ file: ls *.yaml | awk '{print $1}'
|
||||||
|
@ -1,18 +1,14 @@
|
|||||||
[global_config]
|
[global_config]
|
||||||
window_state = maximise
|
window_state = maximise
|
||||||
scroll_tabbar = True
|
scroll_tabbar = True
|
||||||
title_inactive_bg_color = "#000000"
|
|
||||||
inactive_color_offset = 1.0
|
inactive_color_offset = 1.0
|
||||||
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||||
suppress_multiple_term_dialog = True
|
suppress_multiple_term_dialog = True
|
||||||
title_use_system_font = False
|
|
||||||
title_font = Fira Code weight=453 11
|
|
||||||
[keybindings]
|
[keybindings]
|
||||||
[profiles]
|
[profiles]
|
||||||
[[default]]
|
[[default]]
|
||||||
background_darkness = 0.7
|
background_darkness = 0.7
|
||||||
background_type = transparent
|
background_type = transparent
|
||||||
cursor_color = "#908c8c"
|
|
||||||
font = Fira Code weight=453 11
|
font = Fira Code weight=453 11
|
||||||
foreground_color = "#ffffff"
|
foreground_color = "#ffffff"
|
||||||
scrollback_infinite = True
|
scrollback_infinite = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user