Просмотр исходного кода

Fail less at markdown

tags/v0.1.1
Chris Smith 7 лет назад
Родитель
Сommit
0f2ca13c4d
1 измененных файлов: 15 добавлений и 15 удалений
  1. 15
    15
      README.md

+ 15
- 15
README.md Просмотреть файл

31
 
31
 
32
 At present docker-rerun supports copying a number of commonly used arguments:
32
 At present docker-rerun supports copying a number of commonly used arguments:
33
 
33
 
34
-    * Commands (trailing arguments)
35
-    * Environment variables (-e/--env)
36
-    * Labels (-l/--label)
37
-    * Links (--link)
38
-    * Names (--name)
39
-    * Networks (--net)
40
-    * Port publications (-p)
41
-    * Restart policies (--restart)
42
-    * User switching (-u/--user)
43
-    * Volumes (-v/--volume, and --volumes-from)
34
+ * Commands (trailing arguments)
35
+ * Environment variables (-e/--env)
36
+ * Labels (-l/--label)
37
+ * Links (--link)
38
+ * Names (--name)
39
+ * Networks (--net)
40
+ * Port publications (-p)
41
+ * Restart policies (--restart)
42
+ * User switching (-u/--user)
43
+ * Volumes (-v/--volume, and --volumes-from)
44
 
44
 
45
 If a container uses an argument that's not supported yet, it will be silently
45
 If a container uses an argument that's not supported yet, it will be silently
46
 dropped when rerunning.
46
 dropped when rerunning.
49
 The following arguments can be used when executing `docker-rerun` to modify
49
 The following arguments can be used when executing `docker-rerun` to modify
50
 the resulting container:
50
 the resulting container:
51
 
51
 
52
-    * `--image <image>` - changes the image that will be used. You can specify
53
-      tags (`name:tag`) or digests (`name@digest`) as with `docker run`.
52
+ * `--image <image>` - changes the image that will be used. You can specify
53
+   tags (`name:tag`) or digests (`name@digest`) as with `docker run`.
54
 
54
 
55
 ## What's not done yet
55
 ## What's not done yet
56
 
56
 
57
 Many other command line arguments:
57
 Many other command line arguments:
58
 
58
 
59
-    * Network aliases
60
-    * Permissions and policies
61
-    * Advanced networking options
59
+ * Network aliases
60
+ * Permissions and policies
61
+ * Advanced networking options
62
 
62
 
63
 More options to allow mutating the container config when rerunning.
63
 More options to allow mutating the container config when rerunning.
64
 
64
 

Загрузка…
Отмена
Сохранить