Created
July 19, 2026 17:56
-
-
Save ggmartins/0e56b04e0ecb11421536af2fc3f61951 to your computer and use it in GitHub Desktop.
run sys container
This file contains hidden or 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
| docker run -it -d --name containername \ | |
| --hostname linux \ | |
| -v "./data":"/data" \ | |
| -p 8000:80 -p 8080:8080 -p 9000:9000 -p 3000:3000 \ | |
| --restart always \ | |
| ubuntu bash | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker cp install.sh containername:install.sh