docker run --interactive --tty --volume C:\!\data.ignore\efe\.config:/root/.config cilerler/efe:latest pwsh
OR
docker run -it -v C:\!\data.ignore\efe\.config:/root/.config cilerler/efe:latest bash
OR
docker run -it -v C:\!\data.ignore\efe\.config:/root/.config cilerler/efe:latest zsh
docker rm $(docker stop $(docker ps --quiet --all --filter status=exited --filter ancestor=cilerler/efe --filter ancestor=cilerler/efe:local))
!!! tip Build local image
```powershell
docker build --rm . -t cilerler/efe:local;
```
(change the :latest to :local in the command line starts with docker run)
!!! tip
```powershell
--volume /:/mnt/fs # Mount all including container itself
--volume /c:/mnt/HostDriveC
--volume ~:/root/HostDirectoryHome
--volume ~/source:/root/source
```
docker run --rm -it -v ${PWD}:/workspace -v ~/AppData/Roaming/gcloud:/root/.config:ro -v ~/.kube:/root/.kube:ro cilerler/efe:local /bin/bash
cloudcmd --terminal --terminal-path `gritty --path` --save
mc
plantuml <filename>.puml
Content type
Image
Digest
sha256:f67837f1a…
Size
1.3 GB
Last updated
almost 4 years ago
docker pull cilerler/efe