Compare commits
No commits in common. "c22dcc62740cff158e89d0c54dededd99e3cce78" and "4f19441ab1414dd0495bb83565d3fdfb46bee510" have entirely different histories.
c22dcc6274
...
4f19441ab1
@ -1,21 +1,21 @@
|
||||
% docker-compose
|
||||
|
||||
# Up a compose YAML
|
||||
sudo docker compose -f <file> up
|
||||
sudo docker-compose -f <file> up
|
||||
|
||||
# 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)
|
||||
sudo docker compose -f <file> up -d --force-recreate
|
||||
sudo docker-compose -f <file> up -d --force-recreate
|
||||
|
||||
# Down a compose YAML
|
||||
sudo docker compose -f <file> down
|
||||
# Up and daemonze a compose YAML
|
||||
sudo docker-compose -f <file> down
|
||||
|
||||
# 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
|
||||
sudo docker compose -f <file> logs --tail 100 -f
|
||||
sudo docker-compose -f <file> logs --tail 100 -f
|
||||
|
||||
$ file: ls *.yaml | awk '{print $1}'
|
||||
|
@ -1,14 +1,18 @@
|
||||
[global_config]
|
||||
window_state = maximise
|
||||
scroll_tabbar = True
|
||||
title_inactive_bg_color = "#000000"
|
||||
inactive_color_offset = 1.0
|
||||
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||
suppress_multiple_term_dialog = True
|
||||
title_use_system_font = False
|
||||
title_font = Fira Code weight=453 11
|
||||
[keybindings]
|
||||
[profiles]
|
||||
[[default]]
|
||||
background_darkness = 0.7
|
||||
background_type = transparent
|
||||
cursor_color = "#908c8c"
|
||||
font = Fira Code weight=453 11
|
||||
foreground_color = "#ffffff"
|
||||
scrollback_infinite = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user