Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardoklosowski/oci-image-wine
Imagem OCI para rodar programas com wine
https://github.com/eduardoklosowski/oci-image-wine
conteiner wine x11
Last synced: about 1 month ago
JSON representation
Imagem OCI para rodar programas com wine
- Host: GitHub
- URL: https://github.com/eduardoklosowski/oci-image-wine
- Owner: eduardoklosowski
- License: mit
- Created: 2022-04-04T01:39:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:27:57.000Z (6 months ago)
- Last Synced: 2024-07-11T20:07:49.961Z (6 months ago)
- Topics: conteiner, wine, x11
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCI Image - Wine
Imagem [OCI](https://opencontainers.org/) para rodar programas com [Wine](https://www.winehq.org/).
## Build da Imagem
A imagem pode ser gerada diretamente do código no GitHub executando:
```sh
podman build -t wine 'https://github.com/eduardoklosowski/oci-image-wine.git#main'
```## Criar Ambiente Wine
O primeiro passo para criar um ambiente do Wine é iniciar um contêiner:
```sh
./run-wine-container
```Para habilitar o [DXVK](https://github.com/doitsujin/dxvk) (D3D9, D3D10 e D3D11 para Wine através do [Vulkan](https://www.vulkan.org/)) pode-se executar:
```sh
setup-dxvk install
```Para desabilitar o DXVK pode-se executar:
```sh
setup-dxvk uninstall
```