Files
fet2020/run_container
root (lxc-fetsite-04) c6a22b91fc small fix to docker
2020-09-16 19:03:27 +02:00

6 lines
160 B
Plaintext
Executable File

docker stop bb2
docker container rm bb2
docker build -t test1 .
docker network create fet-net
docker run --name fetdjango --network fet-net -d -p 8080:80 test1