Sign inSign up

cilerler/efe

By cilerler

Updated almost 4 years ago

Dev-Ops terminal (except the IDE)

Image
0

580

cilerler/efe repository overview

efe

Dev-Ops terminal (except the IDE)

Run remote image (no build need)
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
Stop and remove all exited containers
docker rm $(docker stop $(docker ps --quiet --all --filter status=exited --filter ancestor=cilerler/efe --filter ancestor=cilerler/efe:local))
Run local image

!!! 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
```
Additional samples
docker run --rm -it -v ${PWD}:/workspace -v ~/AppData/Roaming/gcloud:/root/.config:ro -v ~/.kube:/root/.kube:ro cilerler/efe:local /bin/bash

Cloud Commander with terminal via Gritty

cloudcmd --terminal --terminal-path `gritty --path` --save

Midnight Commander

mc

PlantUml

plantuml <filename>.puml

Tag summary

Content type

Image

Digest

sha256:f67837f1a

Size

1.3 GB

Last updated

almost 4 years ago

docker pull cilerler/efe