Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

docker docker-compose question

Last synced: about 1 month 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)
```