Skip to content

Instantly share code, notes, and snippets.

@nicolasdao
nicolasdao / terminal_emojis.md
Last active May 8, 2024 20:51
Terminal emojis. Keywords: terminal console symbol emoji emoticon icon
Emoji Name Text example
🚀 Rocket You're up
📦 Package Installing additional dependencies...
Hook Running completion hooks...
📄 Document Generating README.md...
🎉 Party Successfully created project hello-vue.
👉 Next Get started with the following commands:
Tick Task completed
Magic Assembling project...
@K0NRAD
K0NRAD / export-import-docker-image
Created November 11, 2015 10:43
Import / Export Docker Image
Export:
docker commit <CONTAINER ID> <IMAGE-NAME>
e.g. (Oracle XE image)
docker commit d1db2b oracle-xe
docker save IMAGE-NAME > <IMAGE-NAME>.tar
e.g.