15
15
. ftr VB CB
16
16
. ftr VBI CBI
17
17
.\}
18
- .TH "DISTROBOX-ASSEMBLE" "1" "Dec 2024 " "Distrobox" "User Manual"
18
+ .TH "DISTROBOX-ASSEMBLE" "1" "Jan 2025 " "Distrobox" "User Manual"
19
19
.hy
20
20
.SH NAME
21
21
.IP
@@ -150,6 +150,13 @@ You can always test what distrobox \f[B]would do\f[R] by using the
150
150
This command will only print what commands distrobox would do without
151
151
actually running them.
152
152
.PP
153
+ \f[B] Clone \f[ R ]
154
+ .PP
155
+ \f[B] Disclaimer \f[ R ] : You need to start the container once to ensure it
156
+ is fully initialized and created before cloning it.
157
+ The container being copied must also be stopped before the cloning
158
+ process can proceed.
159
+ .PP
153
160
\f[B] Available options \f[ R ]
154
161
.PP
155
162
This is a list of available options with the corresponding type:
@@ -217,6 +224,14 @@ T}@T{
217
224
W hich i mage s hould t he c ontainer use , l ook here f or a list
218
225
T }
219
226
T {
227
+ cl one
228
+ T }@T{
229
+ strin g
230
+ T }@T{
231
+ Na me of t he Distrobox c ontainer t o use as t he base f or a new c ontainer
232
+ (the c ontainer must be st opped).
233
+ T }
234
+ T {
220
235
init _hooks
221
236
T }@T{
222
237
strin g_list
@@ -377,6 +392,42 @@ exported_bins=\[dq]/usr/bin/htop /usr/bin/git\[dq]
377
392
exported_bins_path=\[dq ]\[ti ] /.local/bin\[dq ]
378
393
\f[ R ]
379
394
.fi
395
+ .PP
396
+ \f[B] Clone example \f[ R ]
397
+ .IP
398
+ .nf
399
+ \f[ C ]
400
+ [ubuntu]
401
+ additional_packages=\[dq ] git vim tmux\[dq ]
402
+ image=ubuntu:latest
403
+ init=false
404
+ nvidia=false
405
+ pull=true
406
+ root=false
407
+ replace=true
408
+ start_now=true
409
+
410
+ [deno_ubuntu]
411
+ clone=ubuntu
412
+ init=false
413
+ nvidia=false
414
+ pull=true
415
+ root=false
416
+ replace=true
417
+ start_now=true
418
+ pre_init_hooks=curl -fsSL https://deno.land/install.sh | sh;
419
+
420
+ [bun_ubuntu]
421
+ clone=ubuntu
422
+ init=false
423
+ nvidia=false
424
+ pull=true
425
+ root=false
426
+ replace=true
427
+ start_now=true
428
+ pre_init_hooks=curl -fsSL https://bun.sh/install | bash;
429
+ \f[ R ]
430
+ .fi
380
431
'\" t
381
432
.\
382
433
.\"
@@ -394,7 +445,7 @@ exported_bins_path=\[dq]\[ti]/.local/bin\[dq]
394
445
. ftr VB CB
395
446
. ftr VBI CBI
396
447
.\}
397
- .TH "DISTROBOX" "1" "Dec 2024 " "Distrobox" "User Manual"
448
+ .TH "DISTROBOX" "1" "Jan 2025 " "Distrobox" "User Manual"
398
449
.hy
399
450
.SH COMPATIBILITY
400
451
.PP
@@ -871,7 +922,7 @@ up the integration independently from the distrobox\[cq]s own flag.
871
922
. ftr VB CB
872
923
. ftr VBI CBI
873
924
.\}
874
- .TH "DISTROBOX-CREATE" "1" "Dec 2024 " "Distrobox" "User Manual"
925
+ .TH "DISTROBOX-CREATE" "1" "Jan 2025 " "Distrobox" "User Manual"
875
926
.hy
876
927
.SH NAME
877
928
.IP
@@ -1266,7 +1317,7 @@ Void Linux (glibc)
1266
1317
. ftr VB CB
1267
1318
. ftr VBI CBI
1268
1319
.\}
1269
- .TH "DISTROBOX-ENTER" "1" "Dec 2024 " "Distrobox" "User Manual"
1320
+ .TH "DISTROBOX-ENTER" "1" "Jan 2025 " "Distrobox" "User Manual"
1270
1321
.hy
1271
1322
.SH NAME
1272
1323
.IP
@@ -1416,7 +1467,7 @@ run distrobox commands involving rootful containers using `doas'.
1416
1467
. ftr VB CB
1417
1468
. ftr VBI CBI
1418
1469
.\}
1419
- .TH "DISTROBOX-EPHEMERAL" "1" "Dec 2024 " "Distrobox" "User Manual"
1470
+ .TH "DISTROBOX-EPHEMERAL" "1" "Jan 2025 " "Distrobox" "User Manual"
1420
1471
.hy
1421
1472
.SH NAME
1422
1473
.IP
@@ -1488,7 +1539,7 @@ a list of supported environment variables to use.
1488
1539
. ftr VB CB
1489
1540
. ftr VBI CBI
1490
1541
.\}
1491
- .TH "DISTROBOX-EXPORT" "1" "Dec 2024 " "Distrobox" "User Manual"
1542
+ .TH "DISTROBOX-EXPORT" "1" "Jan 2025 " "Distrobox" "User Manual"
1492
1543
.hy
1493
1544
.SH NAME
1494
1545
.IP
@@ -1645,7 +1696,7 @@ option to provide a series of flags, for example:
1645
1696
. ftr VB CB
1646
1697
. ftr VBI CBI
1647
1698
.\}
1648
- .TH "DISTROBOX-GENERATE-ENTRY" "1" "Dec 2024 " "Distrobox" "User Manual"
1699
+ .TH "DISTROBOX-GENERATE-ENTRY" "1" "Jan 2025 " "Distrobox" "User Manual"
1649
1700
.hy
1650
1701
.SH NAME
1651
1702
.IP
@@ -1723,7 +1774,7 @@ distrobox generate-entry container-name --delete
1723
1774
. ftr VB CB
1724
1775
. ftr VBI CBI
1725
1776
.\}
1726
- .TH "DISTROBOX-HOST-EXEC" "1" "Dec 2024 " "Distrobox" "User Manual"
1777
+ .TH "DISTROBOX-HOST-EXEC" "1" "Jan 2025 " "Distrobox" "User Manual"
1727
1778
.hy
1728
1779
.SH NAME
1729
1780
.IP
@@ -1797,7 +1848,7 @@ distrobox-host-exec podman ps -a
1797
1848
. ftr VB CB
1798
1849
. ftr VBI CBI
1799
1850
.\}
1800
- .TH "DISTROBOX-INIT" "1" "Dec 2024 " "Distrobox" "User Manual"
1851
+ .TH "DISTROBOX-INIT" "1" "Jan 2025 " "Distrobox" "User Manual"
1801
1852
.hy
1802
1853
.SH NAME
1803
1854
.IP
@@ -1865,7 +1916,7 @@ distrobox-init --upgrade
1865
1916
. ftr VB CB
1866
1917
. ftr VBI CBI
1867
1918
.\}
1868
- .TH "DISTROBOX-LIST" "1" "Dec 2024 " "Distrobox" "User Manual"
1919
+ .TH "DISTROBOX-LIST" "1" "Jan 2025 " "Distrobox" "User Manual"
1869
1920
.hy
1870
1921
.SH NAME
1871
1922
.IP
@@ -1936,7 +1987,7 @@ DBX_SUDO_PROGRAM
1936
1987
. ftr VB CB
1937
1988
. ftr VBI CBI
1938
1989
.\}
1939
- .TH "DISTROBOX-RM" "1" "Dec 2024 " "Distrobox" "User Manual"
1990
+ .TH "DISTROBOX-RM" "1" "Jan 2025 " "Distrobox" "User Manual"
1940
1991
.hy
1941
1992
.SH NAME
1942
1993
.IP
@@ -2008,7 +2059,7 @@ DBX_SUDO_PROGRAM
2008
2059
. ftr VB CB
2009
2060
. ftr VBI CBI
2010
2061
.\}
2011
- .TH "DISTROBOX-STOP" "1" "Dec 2024 " "Distrobox" "User Manual"
2062
+ .TH "DISTROBOX-STOP" "1" "Jan 2025 " "Distrobox" "User Manual"
2012
2063
.hy
2013
2064
.SH NAME
2014
2065
.IP
@@ -2085,7 +2136,7 @@ DBX_SUDO_PROGRAM
2085
2136
. ftr VB CB
2086
2137
. ftr VBI CBI
2087
2138
.\}
2088
- .TH "DISTROBOX-UPGRADE" "1" "Dec 2024 " "Distrobox" "User Manual"
2139
+ .TH "DISTROBOX-UPGRADE" "1" "Jan 2025 " "Distrobox" "User Manual"
2089
2140
.hy
2090
2141
.SH NAME
2091
2142
.IP
0 commit comments