mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-05 17:35:56 +00:00
17 lines
532 B
Markdown
17 lines
532 B
Markdown
# Docker
|
|
|
|
## Apple M1 Platform
|
|
|
|
***Attention:** For using Docker commands in Apple M1 environments!*
|
|
|
|
```bash
|
|
# set env variable for your shell
|
|
$ export DOCKER_DEFAULT_PLATFORM=linux/amd64
|
|
```
|
|
|
|
For even more informations, see [Docker More Closely](#docker-more-closely)
|
|
|
|
## Docker More Closely
|
|
|
|
To get more informations about the Apple M1 platform and to analyze the Docker builds etc. you find our documentation in our main code, [here](https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/DOCKER_MORE_CLOSELY.md).
|