dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Please set $VISUAL or $EDITOR.

Open ns-dan opened this issue 5 years ago • 0 comments

By default the image does not have Please set $VISUAL or $EDITOR set.

Add environment variable define a default editor

media@ubuntu-docker:~/urlwatch$ cat docker-compose.yml urlwatch: image: vimagick/urlwatch environment: - EDITOR="/usr/bin/vi"
volumes: - ./data:/root/.urlwatch restart: unless-stopped

media@ubuntu-docker:~/urlwatch$

ns-dan avatar Mar 02 '20 18:03 ns-dan