From f53edce8ed8fd6f8a7d9ff03d8aa36033e79ff68 Mon Sep 17 00:00:00 2001 From: sthope Date: Tue, 31 Aug 2021 20:03:38 +0200 Subject: [PATCH] Update 'test/create_container.sh' --- test/create_container.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/create_container.sh b/test/create_container.sh index dc84b03..ff53ad5 100644 --- a/test/create_container.sh +++ b/test/create_container.sh @@ -66,7 +66,6 @@ pushd $TEMP_DIR >/dev/null # Download setup script wget -qL https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/test/setup.sh -wget -qL https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/docker-compose.yml # Detect modules and automatically load at boot #load_module aufs @@ -159,7 +158,6 @@ pct unmount $CTID && unset MOUNT # Setup container pct start $CTID pct push $CTID setup.sh /setup.sh -perms 755 -pct push $CTID docker-compose.yml /docker-compose.yml -perms 755 pct exec $CTID /setup.sh # Get network details and show completion message @@ -167,10 +165,6 @@ IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2 info "Successfully created LXC to $CTID." msg " -Enjoy! - Portainer: http://${IP}:9000 - VSCode: http://${IP}:8433 - Create root password with cmd: "passwd" And create a new user with: "adduser {USERNAME}" " \ No newline at end of file