Skip to content

Instantly share code, notes, and snippets.

@wizardofzos
wizardofzos / terminal_emojis.md
Created February 28, 2023 00:34 — forked from nicolasdao/terminal_emojis.md
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...
@wizardofzos
wizardofzos / export-import-docker-image
Created June 1, 2018 12:57 — forked from K0NRAD/export-import-docker-image
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.
@wizardofzos
wizardofzos / export-import-docker-image
Created June 1, 2018 12:57 — forked from K0NRAD/export-import-docker-image
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.