https://github.com/awernick/libtransistor-docker
Development environment for Nintendo Switch using libtransistor
https://github.com/awernick/libtransistor-docker
docker libtransistor nintendo-switch
Last synced: 26 days ago
JSON representation
Development environment for Nintendo Switch using libtransistor
- Host: GitHub
- URL: https://github.com/awernick/libtransistor-docker
- Owner: awernick
- Created: 2018-05-16T04:54:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T04:55:19.000Z (about 8 years ago)
- Last Synced: 2025-12-30T22:46:38.744Z (5 months ago)
- Topics: docker, libtransistor, nintendo-switch
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libtransistor Docker
Docker development environment for the Nintendo Switch using libtransistor.
Huge shout out to @vgmoose and @reswitched since this Dockerfile is mostly theirs.
A few modifications where made to accomodate new requirements in the build processes
and a few other personal choices.
--------
## Build
```
docker build -t libtransistor_shell .
```
## Update / Refresh
```
docker build --build-arg CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S) . -t libtransistor_shell
```
## Usage
```
docker run -it libtransistor_shell
```
To share a folder from the host (e.g. directory for your source code):
```
docker run -v /ABSOLUTE/PATH/TO/SHAREDFOLDER:/MAPPED/PATH/IN/DOCKER -it libtransistor_shell
```