faryon93/hlswatch

Docker Container Not Running

Closed this issue · 1 comments

Step 18/18 : CMD ["/entry.sh"]
 ---> Running in d19d4db1f6bc
Removing intermediate container d19d4db1f6bc
 ---> 008ca62f2ad0
Successfully built 008ca62f2ad0
Successfully tagged faryon93/hlswatch:latest
root@server:~/hlswatch# docker run --rm -t -i \
>               --name nginx-hls \
>               -e HLS_INFLUX_ADDR=http://localhost:8086 \
>               -e HLS_INFLUX_DB=hlswatch \
>               -e HLS_INFLUX_USER=hlswatch \
>               -e HLS_INFLUX_PASSWORD=hlswatch \
>               faryon93/hlswatch
root@server:~/hlswatch# docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
root@server:~/hlswatch# docker images -a
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
faryon93/hlswatch   latest              008ca62f2ad0        23 seconds ago      21MB
<none>              <none>              5c05d5d67032        23 seconds ago      21MB
<none>              <none>              36b2a3dbc026        25 seconds ago      5.53MB
<none>              <none>              4eb46c17a3d2        25 seconds ago      5.53MB
<none>              <none>              cabc98f6233a        25 seconds ago      13.3MB
<none>              <none>              8d2f5e4504a6        26 seconds ago      5.53MB
<none>              <none>              6f96944c058c        27 seconds ago      5.53MB
<none>              <none>              67cea39f89bd        27 seconds ago      5.53MB
<none>              <none>              3a30c98f2867        28 seconds ago      5.53MB
<none>              <none>              cd4609b8e178        28 seconds ago      5.53MB
<none>              <none>              2fbd46da8402        33 seconds ago      463MB
<none>              <none>              2c9c3db057c0        48 seconds ago      426MB
<none>              <none>              f75cec6a499b        48 seconds ago      426MB
<none>              <none>              04c3d31c79dc        48 seconds ago      426MB
<none>              <none>              ce58ec3d4b26        53 seconds ago      311MB
<none>              <none>              c58123dff0bd        53 seconds ago      311MB
golang              alpine              cb1c8647572c        10 hours ago        311MB
alpine              latest              caf27325b298        6 days ago          5.53MB
root@server:~/hlswatch#

My bad. Was attempting to remove Nginx out of the container.