first docker compose

This commit is contained in:
hugogogo
2022-08-27 23:01:01 +02:00
parent 90680662fc
commit 9dedc02052
8 changed files with 53 additions and 33 deletions

View File

@@ -1,18 +1,4 @@
18 :e open a new file in new buffer
19 :b <tab> roll between opened files
20 :b <word><tab> auto complete <word> with names of oppened buffers
21 :set hidden add that to be able to cancel changes
22 :ls list buffer oppened
23 :x bw delete buffer number x, even if it's a directory
24 :bd delete buffer actual buffer
25 :bp go to previous buffer
26 :bn go to next buffer
27 :b# switch to last edited buffer
28 :e C-d print the list of files in current directory
29 :e <word>C-d auto complete <word> with a mathing name of files in current directory
30 :explore / :ex<tab> navigate through directory, rename, and plus
# inception
This README would normally document whatever steps are necessary to get your application up and running.
@@ -89,9 +75,10 @@ CMD [ "/hello" ]
- [download alpine linux](https://alpinelinux.org/downloads/)
- [dockerhub alpine image](https://hub.docker.com/_/alpine)
- [docker glossaire](https://docs.docker.com/glossary/)
- [syntax of Dockerfile](https://docs.docker.com/engine/reference/builder/)
- [Dockerfile syntaxe](https://docs.docker.com/engine/reference/builder/)
- [determine the parent image](https://forums.docker.com/t/determine-the-parent-image/48611)
- [docker image from scratch](https://codeburst.io/docker-from-scratch-2a84552470c8)
- [build context and image context](https://stackoverflow.com/questions/55108649/what-is-app-working-directory-for-a-dockerfile/55109065#55109065)
#### volumes vs bind mounts