mbuffet ревизій цього gist . До ревизії
1 file changed, 3 insertions, 1 deletion
gistfile1.txt
| @@ -14,4 +14,6 @@ docker run --name=dashmachine -p 127.0.0.1:5000:5000 -v ~/docker/dashmachine:/da | |||
| 14 | 14 | docker run --name=dashmachine | |
| 15 | 15 | -p 127.0.0.1:5000:5000 rmountjoy/dashmachine | |
| 16 | 16 | -v ~/docker/dashmachine:/dashmachine/dashmachine/user_data --restart=always | |
| 17 | - | unless-stopped rmountjoy/dashmachine:latest | |
| 17 | + | unless-stopped rmountjoy/dashmachine:latest | |
| 18 | + | ||
| 19 | + | docker restart $(docker ps -qa) | |
mbuffet ревизій цього gist . До ревизії
1 file changed, 17 insertions
gistfile1.txt(файл створено)
| @@ -0,0 +1,17 @@ | |||
| 1 | + | docker create \ | |
| 2 | + | --name=dashmachine \ | |
| 3 | + | -p 5000:5000 \ | |
| 4 | + | -v /home/Kjz/domains/portail.kjz.ca/public_html:/dashmachine/dashmachine/user_data \ | |
| 5 | + | --restart unless-stopped \ | |
| 6 | + | rmountjoy/dashmachine:latest | |
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | + | docker run --name=dashmachine -p 127.0.0.1:5000:5000 -v ~/docker/dashmachine:/dashmachine/dashmachine/user_data --restart unless-stopped rmountjoy/dashmachine:latest | |
| 11 | + | ||
| 12 | + | docker run --name=dashmachine -p 127.0.0.1:5000:5000 -v ~/docker/dashmachine:/dashmachine/dashmachine/user_data --restart always rmountjoy/dashmachine:latest | |
| 13 | + | ||
| 14 | + | docker run --name=dashmachine | |
| 15 | + | -p 127.0.0.1:5000:5000 rmountjoy/dashmachine | |
| 16 | + | -v ~/docker/dashmachine:/dashmachine/dashmachine/user_data --restart=always | |
| 17 | + | unless-stopped rmountjoy/dashmachine:latest | |