An open API service indexing awesome lists of open source software.

https://github.com/blwsh/stackoverflow-59031249

Stack overflow question
https://github.com/blwsh/stackoverflow-59031249

docker docker-compose question

Last synced: 2 months ago
JSON representation

Stack overflow question

Awesome Lists containing this project

README

          

````shell script
docker-compose up -d
docker-compose exec example ls -al
docker-compose exec cat file..txt
````

Desired container file system:
```shell script
File - - - - - Contents
|- /src
|-- file.a.txt (host)
|-- file.b.txt (host)
|-- file.c.txt (container)
```