Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Ubuntu¶
cargo install rm-improved
Or you can use the following command
if you use the tool xinstall.
Notice that xinstall automatically configures rip
to add a symbolic link to /usr/local/bin
.
xinstall rip -ic
Usage¶
The Non-Zero Exit Code 137 While Building a Docker Image
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
According to Container exits with non-zero exit code 137, there are 2 possible reasons that have caused this.
-
The container received a docker stop, and the application did not gracefully handle …
General Tips for Docker
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Configure automated builds on Docker Hub
Configure automated builds with Bitbucket
Links
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
https://coderwall.com/p/4g8znw/things-i-learned-while-writing-a-dockerfile
http://stackoverflow.com/questions/25311613 …
Tips on Creating Docker Images
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Docker caches building operations. When cache for an operation is available, Docker use the cache layer directly and avoid building the layer again.
-
The command
ARG
creates environment variables for build-time …
Tips on Firefox
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
In Debian, Iceweasel sometimes fail to wrap Chienes page well. To solve the problem, you can just remove the .mozilla directory under you home directory. The cons is that this might …
Useful Docker Images
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
LinuxServer.io builds and maintains community images.
IDE
WINE
suchja/wine
yantis/wine
lijianying10/wineqq
https://hub.docker.com/r/bestwu/qq
Spark
https://store.docker.com …