Created
November 10, 2020 21:50
-
-
Save wsrast/e3123a1ec8f6e803dfc4030e1eaa4d30 to your computer and use it in GitHub Desktop.
Terminal output semaphore docker
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
semaphore@semaphore-vm:~/platform$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
udev 7.9G 0 7.9G 0% /dev | |
tmpfs 1.6G 6.5M 1.6G 1% /run | |
/dev/mapper/semaphore--vm--vg-root 45G 30G 15G 68% / | |
tmpfs 7.9G 0 7.9G 0% /dev/shm | |
tmpfs 5.0M 0 5.0M 0% /run/lock | |
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup | |
tmpfs 512M 0 512M 0% /run/shm | |
/dev/vda1 236M 113M 111M 51% /boot | |
tmpfs 1.6G 0 1.6G 0% /run/user/1001 | |
/dev/vdc1 79G 47G 28G 63% /mnt | |
semaphore@semaphore-vm:~/platform$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
udev 7.9G 0 7.9G 0% /dev | |
tmpfs 1.6G 6.5M 1.6G 1% /run | |
/dev/mapper/semaphore--vm--vg-root 45G 22G 24G 48% / | |
tmpfs 7.9G 0 7.9G 0% /dev/shm | |
tmpfs 5.0M 0 5.0M 0% /run/lock | |
tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup | |
tmpfs 512M 0 512M 0% /run/shm | |
/dev/vda1 236M 113M 111M 51% /boot | |
tmpfs 1.6G 0 1.6G 0% /run/user/1001 | |
/dev/vdc1 79G 47G 28G 63% /mnt | |
semaphore@semaphore-vm:~/platform$ df -h /var/lib/docker/ | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/mapper/semaphore--vm--vg-root 45G 22G 24G 48% / | |
semaphore@semaphore-vm:~/platform$ fg %1 | |
docker build -f .semaphore/docker/web/Dockerfile -t "us.gcr.io/${GCR_PROJECT_ID}/w50-web:latest" . | |
[4/4] Building fresh packages... | |
success Saved lockfile. | |
Done in 575.64s. | |
Removing intermediate container eb190b2c6adb | |
---> 0122cb901339 | |
Step 8/8 : ENTRYPOINT ["tail", "-f", "/dev/null"] | |
---> Running in 34817c78a6b9 | |
Removing intermediate container 34817c78a6b9 | |
---> 22465bc0d013 | |
Successfully built 22465bc0d013 | |
Successfully tagged us.gcr.io/w50-images/w50-web:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment