thesuhu

Docker Troubleshoting

Feb 19th, 2021 (edited)
1,787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. # error docker: Error response from daemon: driver failed programming external connectivity on endpoint
  2. sudo systemctl restart docker
  3.  
  4. # Fix error ORA-24454: client host name is not set setelah container jalan
  5. sudo /bin/bash -c "echo '127.0.0.1 ${HOSTNAME}' >> /etc/hosts"
  6.  
Add Comment
Please, Sign In to add comment