Advertisement
Guest User

AMP with docker

a guest
Mar 6th, 2020
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.00 KB | None | 0 0
  1. AMP_LOG_LEVEL=0 ampinstmgr --docker -c
  2. [Info] Logging level set to Debug
  3. [Info] AMP Instance Manager v1.9.6.4 built 06/03/2020 14:06
  4. [Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
  5. [Debug] Syncing certificate store using /etc/ssl/certs/ca-certificates.crt
  6. [Debug] Current certificate store contains 128 items, system store contains 128
  7. [Debug] Sync process completed.
  8. [Debug] Loading instances from /home/amp/.ampdata/instances.json...
  9. [Debug] Loaded 1 instances.
  10. Please enter value for Module (See ShowModuleList for a list of available modules)
  11. >Minecraft
  12.  
  13. Please enter value for Instance Name (The unique identifier - must be alphanumeric and start with a letter)
  14. >Minecraft01
  15.  
  16. Please enter value for IP Binding [Default: 0.0.0.0]
  17. >0.0.0.0
  18.  
  19. Please enter value for Port Number [Default: 8080]
  20. >8081
  21.  
  22. Please enter value for Licence Key
  23. >xxxxxx
  24.  
  25. Please enter value for Admin Username [Default: admin]
  26. >xxxxxx
  27.  
  28. Please enter value for Admin Password
  29. >********
  30. Please confirm value for Admin Password
  31. >********
  32. [Debug] Starting process /usr/bin/readlink
  33. [Debug] Working Directory:
  34. [Debug] Arguments: -s -f -n "/home/amp/.ampdata/instances/ADS01"
  35. [Debug] Started process with ID 2696
  36. [Info] Testing internet connection...
  37. [Debug] Running command line: "ping -c 1 -I 0.0.0.0 google.com" from "/home/amp"
  38. [Info] Checking licence key...
  39. [Info] Licence Type:  AMP Network Standard
  40. [Info] Current Usage: 1
  41. [Info] Creating Instance: 'Minecraft01'
  42. [Info] Performing Step: Creating Environment
  43. [Debug] User: amp
  44. [Debug] Home Dir: /home/amp
  45. [Info] Performing Step: Downloading AMP
  46. [Debug] User: amp
  47. [Debug] Home Dir: /home/amp
  48. [Info] Using cached archive: /home/amp/.ampdata/instances/AMPCache-1964.zip
  49. [Info] Performing Step: Unpacking
  50. [Debug] Running command line: "unzip -qq -o "/home/amp/.ampdata/instances/AMPCache-1964.zip"" from "/home/amp/.ampdata/instances/Minecraft01"
  51. [Info] Performing Step: Configuring AMP
  52. [Debug] Updating Permissions...
  53. [Debug] Starting process /usr/bin/chmod
  54. [Debug] Working Directory: /home/amp/.ampdata/instances/Minecraft01
  55. [Debug] Arguments: +x "/home/amp/.ampdata/instances/Minecraft01/AMP_Linux_x86_64"
  56. [Debug] Started process with ID 2704
  57. [Debug] Building arguments list...
  58. [Debug] Running AMP with configuration arguments...
  59. [Debug] Starting process /usr/bin/docker
  60. [Debug] Working Directory:
  61. [Debug] Arguments: images cubecoders/ampbase --format {{.Tag}}
  62. [Debug] Started process with ID 2705
  63. [Debug] Starting process /usr/bin/id
  64. [Debug] Working Directory:
  65. [Debug] Arguments: -u
  66. [Debug] Started process with ID 2714
  67. [Debug] Running command line: "/usr/bin/docker run --rm -it --mac-address 02:42:ac:ff:81:2e --name AMP_Minecraft01 -v "/home/amp/.ampdata/instances/Minecraft01":/AMP -v "/home/amp/.config":/home/amp/.config:ro -v /opt/cubecoders/amp:/opt/cubecoders/amp:ro -p 8081:8081/tcp -e MONO_THREADS_PER_CPU='2000' -e MONO_GC_PARAMS='major=marksweep-conc' -e LD_LIBRARY_PATH='./:/opt/cubecoders/amp/:/AMP/' -e MONO_TLS_PROVIDER='btls' -e LANG='en_US.UTF-8' -e AMPUSERID='1003' -p 25565:25565/tcp -p 25565:25565/udp cubecoders/ampbase:java8 -setpass xxxxxx -firststart +Core.Webserver.Port "8081" +Core.Webserver.IPBinding "0.0.0.0" +Core.AMP.AppModule "MinecraftModule" +Core.AMP.InstanceID "4f170ac3-af8e-4ad5-a35f-42367a9d2e81" +Core.AMP.InstanceName "Minecraft01" +Core.AMP.FriendlyName "Minecraft01" +Core.Login.Username "xxxxxx" +Core.AMP.LicenceKey "xxxxxx"" from ""
  68. [Debug] Starting process /usr/bin/chmod
  69. [Debug] Working Directory: /home/amp/.ampdata/instances/Minecraft01
  70. [Debug] Arguments: 700 . -R
  71. [Debug] Started process with ID 2923
  72. [Debug] Saving instances to /home/amp/.ampdata/instances.json...
  73. [Debug] Starting process /usr/bin/readlink
  74. [Debug] Working Directory:
  75. [Debug] Arguments: -s -f -n "/home/amp/.ampdata/instances/ADS01"
  76. [Debug] Started process with ID 2925
  77. [Debug] Running command line: "/usr/bin/docker inspect AMP_Minecraft01" from ""
  78. [Debug] Wrote 2 instances.
  79. [Info] Performing Step: Finished
  80. [Info] Instance created successfully!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement