Last active
February 16, 2020 22:35
-
-
Save denielchiang/0b4b029e55c66f5cc8b70fb4f7d9cce5 to your computer and use it in GitHub Desktop.
Pull images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 把image拉下你的local端 | |
docker pull deniel79/elixir-phx-centos8 | |
# 執行並進入docker裡 | |
docker run -it deniel79/elixir-phx-centos8 | |
# 檢查是否已安裝好 | |
asdf current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment